Jump to the repo
I created a Godot template for 2D top-down games. It’s made with Godot 4.4 (tested up to dev7).
I tried to write some documentation (in the README.md file), but I realized it’s a little bit disorganized. I might update it later, but for now the best thing to do is open the project and explore.
In scenes/levels
there are 3 scenes playground_XX.tscn
where I tried to showcase all the possibilities that the systems I developed offer.
In short, the main features are:
- Character movement
- HP controller
- Interaction system
- State machine
- Save/load system
- Save/load player preferences (thanks to baconandgames)
- Level transition management (thanks to baconandgames)
- Dialogue management (thanks to nathanhoad)
- Inventory
- Utilities for creating autotiles (thanks to dandeliondino)
I recorded a quick video to show the template content:
I hope this template will be helpful to someone
PS: it’s the first time I release a template on GitHub. Any feedback will be appreciated!
If you’d like to support my work, you can check out the games that inspired this template: click
I hope this is the right section to post it