From 6ead90c0f0e9b9a44c7c1f7137f437faa29fa750 Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Sat, 30 Oct 2021 16:54:03 -0400 Subject: Switched to tracking zig-sfml-wrapper as submodule --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') 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`. -- cgit v1.3.1