This commit is contained in:
2024-11-12 00:23:34 +01:00
parent aa6fc435c5
commit 8d9c3523d2
3 changed files with 26 additions and 21 deletions

View File

@@ -13,3 +13,8 @@ Point-and-click adventure game developed using Escoria framework and Godot engin
- 1280 x 720 | 25fps
- Export to MP4
- Convert to ogv `ffmpeg -i input.mp4 -c:v libtheora -q:v 6 -c:a libvorbis -q:a 4 output.ogv`
## Export
- Web: `godot -v --export "HTML5" ../gymkhana-export-html/index.html`
- Linux: `godot -v --export "Linux/X11" ../LasGymkhanikasDeUli-1.0-RC1.appimage`
- ~~Windows: godot -v --export "Windows Desktop x64" ../LasGymkhanikasDeUli-1.0-RC1.exe~~