!!!IMPORTANT!!! Set the dimensions of the map and click the "Clear" button before you start editing it- otherwise you will wind up with weird and unexpected results. You can pick what tile you have currently selected by clicking on it in the tile pallet to the left. You can then place those tiles by clicking on where you want to place them on the right. You can move where you are in the tile pallet using the arrow keys, and where you are in the preview and editor using WASD. Currently touchscreen-based controls (mobile support) is not available. Button description: "Preview/Edit mode"- toggles edit mode "+ Row"- While the map height is set independently, doing so does not automatically add rows to the map that can be drawn on. This button does that. "Load"- load a map "Save"- save the map "Clear"- delete all tiles and add map height * map width default tiles ("empty" costume). Effectively, it erases the map. Slider variables: "map width"- the width of the map. Don't change this when drawing (or afterwards), as the project doesn't know how to correct for when this happens and it will break your map. Setting it back to what it was will fix this. Can be anything between 1 and 1000, although can be set to more if you need to but the project may start to lag "map height"- the height of the map. Removes rows from the bottom when decreased, doesn't do anything when increased. Can be anywhere between 1 and 1000, and set to higher if you need, with ever-decreasing performance as a result.
Simple tile editor, based on my stamped tile engine: https://scratch.mit.edu/projects/1114214185/ This took somewhat longer than the tile engine :P Note that maps generated here do not have perfect compatibility with the tile engine itself, as the tile engine does not support the "empty" costume (called "default" internally), or the "mouse detector" costume (the one with the weird edges- it's internally used to detect the mouse hovering over a tile, but it's a valid tile as well). Originally shared on my alt , reshared here once I was fairly certain it wasn't going to just randomly break. Changelog: February 11th, 2025: Moved the add row button [+ Row] to on top of the tile picker to avoid a bug where clicking on it could accidentally place a tile February 10th, 2025: Moved from to this account