From 37f493fbf288ff61f288d31ee0fe00e70f885c58 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 3 Nov 2016 04:31:46 +0100 Subject: Remove basic movement --- init.lua | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 780ae63..6f456fd 100644 --- a/init.lua +++ b/init.lua @@ -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= -- cgit v1.2.3