diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -30,14 +30,14 @@ In particular alpha blending is implemented in software. This was the result of ## Build -Ensure you have a recent version of Zig (tested on `0.9.0-dev.866+6a6e2cd64`), and the `csfml` library somewhere we your linker can find it. Then run +Ensure you have cloned the `zig-sfml-wrapper` submodule (`git pull --recurse-submodules`), a recent version of Zig (tested on `0.9.0-dev.866+6a6e2cd64` and above), and the `csfml` library somewhere we your linker can find it. Then run `zig build -Drelease-fast run` -The default keybinds are FRST for Forward, Left Strafe, Backward, Right Strafe and the arrow keys for similar but turn instead of strafe. Escape exits. +The default keybindings are FRST for Forward, Left Strafe, Backward, Right Strafe and the arrow keys for similar but turn instead of strafe; mouse look works horizontally; escape exits. ## License The code is GPLv3+, the artwork is CC-BY-SA 4.0 -I make use of the zig-sfml library, which is Copyright (C) 2021 Guigui220D under the terms of the MIT license. For details see `src/sfml/LICENCE` +I make use of a Zig (C)SFML wrapper, which is Copyright (C) 2021 Guigui220D under the terms of the MIT license. For details see `src/zig-sfml-wrapper/LICENCE`. |
