- Runs in the browser
- Tools
- Pen
- Area
- Fill
- Select
- Cut
- Cut and paste
- Copy and paste
- Large tile maps
- Multiple levels (layers)
- Multiple tile sets
- Undo
- Export and import from JSON
- Automatic saving (in browser storage)
- Keybindings
- Toggle grid
- Toggle: render only current level
- Zooming
- Increment level: Ctrl + Arrow up
- Decrement level: Ctrl + Arrow down
- Delete selected tiles: Backspace or delete
- Moving the map: hold space and move the mouse.
There are more shortcuts, which are documented in the titles of the GUI elements (just hover over the GUI element to display the shortcut if it has one).
- Node.js
git clone https://github.com/SanjoSolutions/tilemap-editor.git
cd tilemap-editor
npm install
npm run development