Custom template for godot games
After creating the repository with this template do the following:
- Run
scripts/init-template.sh <GAME_NAME>
- Edit
.github/workflows/release.yml
on which platforms you want to release - If releasing on android
- Run
scripts/android-keystore.sh <GAME_NAME>
- Run
The folder src/prototyping
contains basic code like player movement, camera, etc for easy prototyping.
master
- base branch with generic configuration