diff options
author | Wuzzy <almikes@aol.com> | 2016-11-03 04:31:46 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-11-03 04:31:46 +0100 |
commit | 37f493fbf288ff61f288d31ee0fe00e70f885c58 (patch) | |
tree | e8b62cd2c87fe902cb6cebd6df2f06f7a13e9b29 /init.lua | |
parent | 415ce3c4e25f768847f7fddb639c769bbc3cb5c8 (diff) |
Remove basic movement
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 17 |
1 files changed, 1 insertions, 16 deletions
@@ -3,7 +3,7 @@ doc.new_category("basics", name="Basics", build_formspec = doc.entry_builders.text, sorting = "custom", - sorting_data = {"minetest", "movement", "sneak", "controls", "cam", "minimap", "players", "inventory", "tools", "blocks", "craft", "online"}, + sorting_data = {"minetest", "controls", "sneak", "cam", "minimap", "players", "inventory", "tools", "blocks", "craft", "online"}, }) @@ -23,21 +23,6 @@ Minetest is usually bundled with a simple default game, named “Minetest Game†Minetest as well as Minetest Game are both unfinished at the moment, so please forgive us when not everything works out perfectly.]=] }) -doc.new_entry("basics", "movement", { - name="Basic movement", - data = [=[Basic movement: -• Moving the mouse around: Look around -• W: Move forwards -• A: Move to the left -• D: Move to the right -• S: Move backwards -• Space: Jump - -Hints: -• Normally, you can jump just high enough to reach a block slightly above. -• Unless you're very slow, you may walk over tiny gaps without jumping.]=] -}) - doc.new_entry("basics", "sneak", { name="Sneaking", data= |