Design/chaos: Custom tools and control method design
I have recently built some custom tools for the game engine using Python which allow me to parse the map files (.tmx files created with Tiled Map Editor) and extract graphs from the object layers which I can use in the game for entity navigation (some entities will simply follow a path from…