Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 520 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 520 Bytes

Godot Template

Custom template for godot games

Setup

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>

Prototyping

The folder src/prototyping contains basic code like player movement, camera, etc for easy prototyping.

Branches

  • master - base branch with generic configuration