1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
# godot-template Godot template repository for my programs --- # How to use - To use: click use this template button. - Clone your repository - Add your files - Commit - Push <details> <summary>For itch.io depoloyment</summary> <br> Add a secret called BUTLER_CREDENTIALS with your butler api key. </details> <details> <summary>For android builds</summary> <br> Add two secrets: ANDROID_KEYSTORE_BASE64 ANDROID_KEYSTORE_PASSWORD </details> --- ### 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 |