]> git.lizzy.rs Git - dragonblocks_alpha.git/blobdiff - README.md
Simplify database handling
[dragonblocks_alpha.git] / README.md
index b8952bbfa76189d3752a2d826757fd0a5aa9687c..77e4abbe93b92f197a89fb15e13ae14038f7ec8b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -19,7 +19,18 @@ or alternatively:
 
 ## Controls
 
-Use W, A, S and D to move forward / left / backward / right and Space to jump.
+| Key | Action |
+|-|-|
+| W | Move Forward |
+| A | Move Left |
+| S | Move Backward |
+| D | Move Right |
+| Space | Jump / When flying: Move Up |
+| Left Shift | When flying: Move Down |
+| F | Toggle flight |
+| C | Toggle collision |
+| F11 | Toggle fullscreen |
+| ESC | Pause / unpause game |
 
 ## Dependencies
 
@@ -55,7 +66,7 @@ sudo apt install zlib1g
 ## Usage
 
 ### Server
-The server currently stores all the world files (currently only map.sqlite) in the current working directory, and it will stay like that.
+The server currently stores the world database (world.sqlite) in the current working directory, and it will stay like that.
 If you want to have multiple worlds, just run the DragonblocksServer process from different directories.
 It's up to you how you organize the world folders, which is an advantage since the program really just "does one thing well"
 without having to search your system for share directories or maintaining a world list (like Minetest does).