summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-12-01 22:02:23 +0100
committerWuzzy <almikes@aol.com>2016-12-01 22:02:23 +0100
commitc9ca33bfd87a5f6f39110b45dc9ff2b4f0bbfcfe (patch)
tree6040aac587eec8121c86ee865a8f329889c08336 /init.lua
parent9c273be00e6c90afc0490b21455b386f33a2d77d (diff)
Add craft, hotbar and mining images
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/init.lua b/init.lua
index bac102e..442a4c5 100644
--- a/init.lua
+++ b/init.lua
@@ -158,7 +158,7 @@ For melee weapons, another attribute is important: The full punch interval. This
A melee weapon only deals its full damage when it has completely recovered. This can be seen by the animation of the wielded item. As long it is still moving, the full punch interval is not over yet. The full punch interval does not limit how fast one can deal punches, it rather limits the damage: Any hit done before the end of a full punch interval will deal reduced damage.
When nothing is wielded, players use their hand which may or may not act as mining tool and melee weapon (depending on the subgame). The hand is always capable of collecting dropped items simply by punching them.]=],
- images = {{image="doc_basics_tools.png"}},
+ images = {{image="doc_basics_tools.png"}, {image="doc_basics_tools_mining.png"}},
}})
@@ -256,7 +256,7 @@ doc.new_entry("basics", "craft", {
To craft something, you need a few items and a so-called crafting grid.
TO BE WRITTEN.]=],
- images = { { image = "doc_basics_craft_grid.png" }, { image = "doc_basics_craft_repair.png" }, }
+ images = { { image = "doc_basics_craft_grid.png" }, { image = "doc_basics_craft_shaped.png"}, { image = "doc_basics_craft_repair.png" }, }
}})
doc.new_entry("basics", "hotbar", {
@@ -271,7 +271,7 @@ You can change the selected item with the mouse wheel, or the number keys.
• Select item in hotbar directly: [0]-[9]
The selected item is also your wielded item.]=],
- images = {{image="doc_basics_hotbar.png"}},
+ images = {{image="doc_basics_hotbar.png"}, {image="doc_basics_hotbar_relations.png"}},
}})
doc.new_entry("basics", "minimap", {