A retro platformer about collecting diamonds
Game made by @KOBUGE-Games with Godot Engine Sprites from SpriteLib
- Install Tiled www.mapeditor.org (In linux it is called "tiled")
- Install www.python.org 2.7 (Already installed by most linux distros)
- Copy
level/blank_level.tmx
aslevel_0.tmx
- Open level_0.tmx with Tiled
- Save it
- Run convert_all.py (Edit line 15 to point it to your tiled executable/binary)
- Enable debug mode in global.gd
- Press T to open Level 0
Once it's set up, making levels will become easier than ever.