left/right arrows to cycle between tiles up arrow and type in a number from 1 to 38 and see the tile it corresponds to down arrow to render the example map (id: 1) If you want to make your own map, the dimensions are 27 horizontal by 20 vertical. Refer to example map for example! Change a tile, see what happens! Check out V0.1 here: https://scratch.mit.edu/projects/146554311/
Big additions this time around in v0.2! Added a map and a way to read custom maps! The example map is very simple for now, as only level 0 sprites are being created. Level 1 (shrubs, patches of dirt, etc) are coming soon, and level 2 (lightpoles, trees, etc) after that! Important map info: A map is formatted in a list like this l0_maps=[mapname|0102030405060708...|0102030405060708...|row3|...|row20|, map2name|row1|...|row20|, ..., mapX] The 010203... are tiles, each 2 digit combination (01, 19, 31, etc.) corresponds to a tile, whose name you can see in [l0_id] list.