diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -8,10 +8,14 @@ This template allows you to automatically build your game and then upload it to ### How modify for your use 1. Create a copy of this template. 2. Edit `.github/workflows/raylib-to-itch.yml` - - change your itch username and game name to your own + - on line 57 you need to edit to use your username and game name 3. Add your Itch API key to: - Settings > Secrets > Actions > New Repository Secret - Name it `BUTLER_API_KEY` -4. Make sure to set a viewport for your game on Itch.io +4. Make sure to set a viewport size for your game on Itch.io -And that should be it, your game should automatically compile and upload to itch when you push to the master branch. +And that should be it, your game should automatically compile and upload to itch when you push to master. + +### Demo + +Here is the raylib "game" automatically created and pushed from this repo: https://tradam.itch.io/raylib-template-test?secret=BzB8ElHics20nzvYSQgqfaha2Q0 |
