Skip to main content

Editor Features

Page currently under works. Right now, the Key bindings section is the most useful here. Check out getting start

Core Features

  • ✏️ Draw pixel art with layers, selections, and keybinds
  • 🧩 Edit one tile and apply changes instantly across your map
  • 🔄 Rotate and flip tiles with quick transforms
  • 🎨 Use colors to design textures, or textures as palettes

(images of the editors and description of features with foldout)

The editor allows you to design pixel art tiles and build your world with them — all in real time.

No more flipping between Tiled and Aseprite. Just draw and build.

Core Components

  • Workbench: Tabbed workflow panel for utility switching.
  • Draw Pixels Canvas: A lightweight pixel tile editor for your tileset creation.
  • Tile Bin: Your curated tileset inventory.
  • World Canvas: Paint your world using tiles from your Tile Bin.

Design Utilities

  • Color Station: Pick, swap, and manage color swatches.
  • Layers System: Supports stacking/editing of tile layers in Draw + World views.
  • Utility Bar: Global controls for quick access to settings/tools.

Flow

  1. Draw a tile → Ship to Tile Bin
  2. Paint world with that tile
  3. Edit/duplicate tile → propagate or branch variation
  4. Export world for runtime use (JSON for now, later DOR scripting)

This engine prioritizes iteration speed, without leaving the app.

Component Overview

Workbench

Modal Tab view to cycle through tool bars and app states.

Draw Pixels Canvas

Drawing canvas to draw tiles to export to the Tile Bin.

Tile Bin

Texture Brush to Paint, Edit, Delete and Interact with World Canvas

Utilities

Utilities for grid, save, Load, and Export.

World Canvas

Level Editor for manipulating the world

Color Station

Color Selection to choose your color swatches, reorder them and update the world in real-time.

Layers

Layers dependent on the state.

  • Draw Pixels Canvas holds Current Tile Layers.
  • Tile Bin Focus holds World Canvas Layers.

Key Bindings

Draw Pixels Canvas Selection Mode

ActionShortcut
Rotate Left/RightQ / E
Flip VerticallyW / S
Flip HorizontallyA / D
Duplicate On ReleaseHold L-Ctrl

World Canvas Selection Mode

ActionShortcut
Rotate Left/RightQ / E
Flip VerticallyW / S
Flip HorizontallyA / D
Duplicate On ReleaseHold L-Ctrl

Layers

ActionShortcut
Toggle Active Layer HighlightR
Rename LayerR-Click
Submit Layer NameEnter

⚠️ Note: Layer renaming is currently sensitive to focus bugs. Rename and confirm before switching tabs.