From ee46a8ef66c1265bedb3f951dba1dc87b3ab5e5a Mon Sep 17 00:00:00 2001 From: MihailRis Date: Wed, 2 Aug 2023 12:59:52 +0300 Subject: [PATCH] Added controls section in README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b1812a54..8818b84a 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,15 @@ [EXE for windows](https://drive.google.com/file/d/1lkFc5nyYOs0Yyu1wmOoAAwEp4r9jO1tE/view?usp=sharing)
[MinGW libraries (include & lib) + glew32.dll](https://drive.google.com/file/d/1k1Hnbz2Uhr4-03upt2yHxKws396HQDra/view?usp=sharing) +# Controls: +- **Tab** - toggle camera control +- **W,A,S,D** - movement +- **Space** - jump +- **LMB** - remove block +- **RMB** - place block +- **F** - toggle flight mode +- **Esc** - exit + # Run in linux: `$ git clone https://github.com/MihailRis/VoxelEngine-Cpp.git`