Remove basic movement

master
Wuzzy 2016-11-03 04:31:46 +01:00
parent 415ce3c4e2
commit 37f493fbf2
1 changed files with 1 additions and 16 deletions

View File

@ -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=