Godot Starter Project
Hey, Godot users out there! I created this Godot project starter to help us get started on new projects. It's helpful for game jams too. It comes with the the following:
- Standard scenes for Title, Credits and How To Play
- Per scene soundtrack manager
- Transition effects between scenes
- Screenshot and signal managers (see readme for details)
You can download or clone it from https://github.com/jhlothamer/godotprojectstarter. Just copy the game folder to your working folder and your good to go!
Let me know if you use it and if you have any issues with it! I'm always looking to improve it.
Thanks! And happy jamming!
PS I've updated the project starter to include key bindings for AZERTY for actions ui_up/down/left/right. It also didn't respond to wasd either for these, but now it does. Maybe at some point I'll add a key bindings scene to allow users to choose since supporting both wasd and zqsd at the same time limits some possibilities.