Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bend-n/godot-template
Godot template repository for my programs
https://github.com/bend-n/godot-template
game-development godot template
Last synced: about 1 month ago
JSON representation
Godot template repository for my programs
- Host: GitHub
- URL: https://github.com/bend-n/godot-template
- Owner: bend-n
- License: mit
- Created: 2022-07-13T09:48:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-02T12:02:20.000Z (over 1 year ago)
- Last Synced: 2024-08-02T06:16:00.676Z (4 months ago)
- Topics: game-development, godot, template
- Language: HTML
- Homepage:
- Size: 3.85 MB
- Stars: 40
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-godot - bendn's Godot Template - Game template using the [gpm](https://github.com/you-win/godot-package-manager), with itch.io pushing and builds automated. Starter CLI included. (Templates / 3D)
- awesome-godot-3 - bendn's Godot Template - Game template using the [gpm](https://github.com/you-win/godot-package-manager), with itch.io pushing and builds automated. Starter CLI included. (Templates / 3D)
- awesome-godot-3 - bendn's Godot Template - Game template using the [gpm](https://github.com/you-win/godot-package-manager), with itch.io pushing and builds automated. Starter CLI included. (Templates / 3D)
README
# godot-template
[![version](https://img.shields.io/badge/4.x-blue?logo=godot-engine&logoColor=white&label=godot&style=for-the-badge)](https://godotengine.org "Made with godot")
Godot template repository for my programs
---
## How to use
> **Note**
> This template uses the [gpm](https://github.com/godot-package-manager#the-godot-package-manager).- Click use this template button
- Clone your new repository
- Run install_addons.sh
- Add your files & change `FUNDING.yml`
- Commit & pushFor itch.io depoloyment
Add a secret called `BUTLER_CREDENTIALS` with your [butler api key](https://itch.io/user/settings/api-keys).
For android builds
> **Note**
> The keystore user/alias is found automatically.
> If the `ANDROID_KEYSTORE_BASE64` field is not filled, the action will use the android debug keystore.Add two secrets:
- `ANDROID_KEYSTORE_BASE64`
- `ANDROID_KEYSTORE_PASSWORD`---
### CI Availability
| windows | ios | linux | android | mac | html | |
| :----------------: | :-: | :----------------: | :----------------: | :----------------: | :----------------: | :-----------: |
| :x: | :x: | :x: | :x: | :x: | :heavy_check_mark: | github pages |
| :heavy_check_mark: | :x: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | itch.io |
| :heavy_check_mark: | :x: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | godot exports |