diff options
| author | realtradam <[email protected]> | 2022-05-18 14:35:25 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-05-18 14:35:25 -0400 |
| commit | 413e74193f6121884ae86dbe7b6e6fc154b94ed4 (patch) | |
| tree | 17872bdb7b8d4cdfdc909106ed98962a89ce3c37 /README.md | |
| parent | 75c7b00f6c3f6cc7d6591bb6a2de5c55d1233c5e (diff) | |
| download | raylib-template-master.tar.gz raylib-template-master.zip | |
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 |
