TinyMapEditor - Haroldo's edition
A super-basic JavaScript map editor for HTML5 games.
Github Repo: https://github.com/haroldo-ok/TinyMapEditor
Based on Nikki's TinyMapEditor: https://github.com/nikki/TinyMapEditor
Improvements over Nikki's original:
- Can customize the tile size;
- Can adjust zoom level;
- Can upload a custom tileset;
- Persists the map on the browser's local storage, so that it will be left the way the user left, when returning to the app.
TODO:
- Export the entire project to JSON;
- Implement multiple maps;
- Implement support for custom metadata.
Updated | 23 days ago |
Status | Released |
Category | Tool |
Platforms | HTML5 |
Author | haroldo-ok |
Tags | 2D, Level Editor, Tilemap, tool |
Development log
- Version 0.9.0: Implement support for multiple maps23 days ago
- Version 0.8.0: save and load projects.29 days ago
- Version 0.7.0: initial version30 days ago
Comments
Log in with itch.io to leave a comment.
Wow