diff options
Diffstat (limited to 'HOWTO.md')
| -rw-r--r-- | HOWTO.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -19,6 +19,11 @@ cmake --build build ./build/demo64k --fullscreen ``` +To run in a specific resolution, use the `--resolution` option: +```bash +./build/demo64k --resolution 1024x768 +``` + Keyboard Controls: * `Esc`: Exit the demo. * `F`: Toggle fullscreen mode. |
