WELCOME! I have a game that is long in the works called Dregs of Chance. This is a development aspect of it - so you can create maps with this! INSTRUCTIONS: -Click the "OPEN" button to open the tile menu. -Click a tile -Use Space or Click the mouse to place tiles
-CREDIT: to GameFreak for tile inspiration. -CONTRIBUTE: If you want to create your own tiles, remix! I very well might add them to the game! :D -HOW TO SAVE AND LOAD MAPS: 1) See Inside while running (do not hit flag or stop!) 2) Locate List called "World Tile Data" 3) "Show" the list. 4) Right-click the list and "Export" it to a file on your PC. 5) Later on, to load that data, Right-click the list and "Import" while the project is running. -HOW TO ADD TILES I recommend making the tile in Microsoft Paint. Give it a resolution of 16x16. There are two tile sprites you have to then upload the images into: "Tile" and "Tile Selection". You also must move the origin of the tile costumes to the top-left corner. Lastly, there is a variable called "Total Number of Tiles" - you have to increase that inside of the "Tile Selection" sprite (there is a 'set' block that sets it when the green flag is clicked). If you wish to make a tile that alternates (i.e. ocean waves), you have to make two tile costumes, one for each. Then you have to go into the "tile_meta_alternating" list, and for the number in the list equal to the costume number of the first image of that tile, enter a "1". For the next one, enter a "2". UPDATE HISTORY: V0.0.1: Initial Release V0.0.2: Added two additional tiles; supports alternating tiles. Bug fixes.