KOBUGE-Games / Herbi

A retro platformer which you have to collect all diamonds
http://kobuge-games.github.io/Herbi/
MIT License
23 stars 7 forks source link

Herbi - On the loose : 1.0-dev

A retro platformer about collecting diamonds

Credits

Game made by @KOBUGE-Games with Godot Engine Sprites from SpriteLib

How to create levels

  1. Install Tiled www.mapeditor.org (In linux it is called "tiled")
  2. Install www.python.org 2.7 (Already installed by most linux distros)
  3. Copy level/blank_level.tmx as level_0.tmx
  4. Open level_0.tmx with Tiled
  5. Save it
  6. Run convertall.py (Edit line 15 to point it to your tiled executable/binary)_
  7. Enable debug mode in global.gd
  8. Press T to open Level 0

Once it's set up, making levels will become easier than ever.