Hi, nice game, thank you! I think it will be perfectly the "framework" for my own game programming.
pre-sale-question: can i modify the "playing field", which mean e.g. replace the different pavements or create individual pathways? how are they structured/built? do you maybe have a starter tutorial to see how certain details can be changed?
presently the demo does not work on my tablet, i can see the start menu, but nothing happens then. Need advice.
thankx! greetings
BjoernJ
Thank you!
Yes, the maps are created using tilemaps. The tileset is included with the template, so you are free to create/edit your own maps with it.
You can find plenty of tutorials on how to use tilemaps on google. Searching "construct 2 tilemap" brings up quite a few.
There is a small explanation of how the maps are structured in the README.
The buttons on the menu use the Mouse behaviour, which as far as I know does not work with touch. Plus, the template doesn't support mobile controls (not yet anyway).
If you need me to explain anything else, just ask.