You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will allow you to convert tilemaps to JSON and parse them.
How to use:
The TilemapCreator.gd has a function which will return all the blocks in a tilemap, in json.
The TilemapParser.gd will parse the result form the line above.
About
This will allow you to convert tilesets to JSON and parse them.