aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authortslil clingman <>2021-10-30 16:54:03 -0400
committertslil clingman <>2021-10-30 16:56:41 -0400
commit6ead90c0f0e9b9a44c7c1f7137f437faa29fa750 (patch)
tree38cbaff4f606689a149865d5708dadac47ee43db /README.md
parent48dee0817f5fe8c09a085f0150e0c6b4a699ab7c (diff)
Switched to tracking zig-sfml-wrapper as submodule
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 25bd71f..2c9a94c 100644
--- a/README.md
+++ b/README.md
@@ -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`.