Currently trying to make a level editor test for my game. I feel as if I've handled it incorrectly. The actual game I'll be using it for is 6x6 instead of 3x3 and uses a lot more tiles. Is there a simpler way to do this? And can I make it work online/server based like the mario maker level editors? The game will be on mobile. I'll also need a 2nd layer for stuff like the collectables and character which go on top of the tiles.
TL;DR
• Easier to use save system which works for 6x6
• Sharable Online (Like mario maker levels)
• Mobile Friendly
• Needs to be able to have a second layer for collectables and player
Heres my current code
dropbox.com/s/7z8qvryghx45y48/TileEditor.c3p