Skip to content

Tilemap Editor - Quick Start Guide

Time: 5 minutes | Level: ⭐ Beginner


Quick Index


Your First Map in 5 Minutes

⏱️ Step 1: Open the Editor (30 seconds)

  1. Launch PixelRoot32 Tool Suite from your applications menu
  2. Click Launch on the Tilemap Editor card

When starting without a project, you see the Welcome Screen with:

  • Create New Project: Create a new project from scratch
  • Open Existing Project: Open .pr32scene or .pr32scene.bin

⏱️ Step 2: Create Project (30 seconds)

  1. Click Create New Project
  2. Configure parameters:
FieldDefault
Name"New Scene"
Tile Size8 px
Map Width40 tiles
Map Height30 tiles
OrientationLandscape
  1. Click Create Project
  2. Select an empty folder

💡 Tip: Use "Fit Map to Hardware Limit" to auto-fit to ESP32 screen (320×240).


⏱️ Step 3: Import Tileset (1 minute)

Method 1 - TILESET panel:

  1. In TILESET panel (left sidebar), click Import tileset
  2. Select PNG, JPG, or BMP image
  3. Auto-copied to assets/tilesets/

Method 2 - File menu:

  1. File → Import Tileset
  2. Select image

📝 Recommended: PNG, multiples of tile size, up to 16 colors for 4bpp.


⏱️ Step 4: Paint Your First Map (2 minutes)

  1. Select Brush - Press B or click Brush tool
  2. Pick a tile - Click any tile in TILESET panel (cyan border)
  3. Paint - Click on canvas to place, drag to paint continuously
  4. Undo - Use Ctrl+Z if you make a mistake

🛠️ Basic Tools:

KeyToolUse
BBrushPaint tiles
EEraserErase tiles
RRectangleDraw rectangles
PPipetteCopy tile from canvas
AAttributeAssign attributes

⏱️ Step 5: Save and Export (1 minute)

  1. Save project: Ctrl+S or File → Save
  2. Export to C++: Ctrl+E or File → Export to C++

🔒 Note: C++ export requires a valid license. Without license:

  • Export button shows 🔒
  • Upgrade dialog appears
  • Other features remain available

Next Steps

Once you've completed your first map:

  1. Add more layers - Click + in LAYERS panel
  2. Create multiple scenes - Click + in SCENE panel
  3. Explore advanced features - See Advanced Guide

Keyboard Shortcuts

ShortcutAction
Ctrl+ZUndo
Ctrl+YRedo
Ctrl+SSave
Ctrl+EExport C++
Space+DragPan view
Ctrl+WheelZoom
LToggle animation

  • Usage Guide - Essential features
  • Advanced Guide - Advanced features
  • [Technical Reference](/tools/tilemap-editor technical-reference) - Technical specs

Released under the MIT License.