diff options
| author | _Tradam <[email protected]> | 2022-05-18 03:10:40 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-18 03:10:40 -0400 |
| commit | 75c7b00f6c3f6cc7d6591bb6a2de5c55d1233c5e (patch) | |
| tree | 6d308738ca9ac79eb3e5a95b568d021c5a285098 | |
| parent | 394c51dd825e2063659a8390ccd37f3865d367f8 (diff) | |
| download | raylib-template-75c7b00f6c3f6cc7d6591bb6a2de5c55d1233c5e.tar.gz raylib-template-75c7b00f6c3f6cc7d6591bb6a2de5c55d1233c5e.zip | |
Update README.md
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,8 @@ # Github Actions Template For Raylib HTML5 Games + +[](https://github.com/realtradam/raylib-template/blob/master/LICENSE) +[](https://ko-fi.com/tradam) + This template allows you to automatically build your game and then upload it to itch.io when you push to master. ### How modify for your use @@ -10,4 +14,4 @@ This template allows you to automatically build your game and then upload it to - Name it `BUTLER_API_KEY` 4. Make sure to set a viewport for your game on Itch.io -And that should be it, you game should automatically compile and uplaod 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 the master branch. |
