https://github.com/comigor/gametemplate
Godot experiments
https://github.com/comigor/gametemplate
Last synced: 2 months ago
JSON representation
Godot experiments
- Host: GitHub
- URL: https://github.com/comigor/gametemplate
- Owner: comigor
- Created: 2024-08-02T22:26:43.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T17:41:30.000Z (over 1 year ago)
- Last Synced: 2025-03-28T03:46:24.335Z (about 1 year ago)
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GameTemplate
Custom Godot game template, with CICD to itch.io.
* Use this template to [create a new repo](https://github.com/new?template_name=gametemplate&template_owner=comigor);
* Generate an [itch.io API Key](https://itch.io/user/settings/api-keys);
* Add it as a new `BUTLER_API_KEY` secret [on your repo](settings/secrets/actions/new);
* Configure the `[env]` variables on [deploy.yaml](blob/master/.github/workflows/deploy.yaml) (`ITCH_USERNAME`, `ITCH_PROJECT_NAME` and `GODOT_VERSION`);
CI was automatic but that was spending too much free GitHub resources. Now this process is manual and [can be triggered here](actions/workflows/deploy.yaml) (click on "Run workflow" button).
If you want to make it automatic again, uncomment the `[on push]` key on [deploy.yaml](blob/master/.github/workflows/deploy.yaml).