Remove basic movement
This commit is contained in:
parent
415ce3c4e2
commit
37f493fbf2
17
init.lua
17
init.lua
@ -3,7 +3,7 @@ doc.new_category("basics",
|
|||||||
name="Basics",
|
name="Basics",
|
||||||
build_formspec = doc.entry_builders.text,
|
build_formspec = doc.entry_builders.text,
|
||||||
sorting = "custom",
|
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.]=]
|
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", {
|
doc.new_entry("basics", "sneak", {
|
||||||
name="Sneaking",
|
name="Sneaking",
|
||||||
data=
|
data=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user