diff options
author | Wuzzy <almikes@aol.com> | 2016-12-02 01:13:30 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-12-02 01:13:30 +0100 |
commit | 40c6888315dccb335b312d4fd72a4b14bf124400 (patch) | |
tree | 5d5a0afd2b770db7d679142e1a02a2d60abceddf /init.lua | |
parent | dbde65e49d7714e4b85c379c20cab610d647f0e1 (diff) |
Add some TODOs
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,10 @@ +--[[ +- TODO: Items and item stacks +- TODO: Write about noclip, fast and fly modes +- TODO: Consider adding more categories if entry count gets too high +]] + + doc.new_category("basics", { name="Basics", @@ -141,6 +148,7 @@ In online multiplayer, the name of other players is written above their head.]=] images = {{image="doc_basics_players_sam.png"}, {image="doc_basics_players_lott.png"}, {image="doc_basics_players_flat.png"}}, }}) +-- TODO: Complete rewrite, better distinction between doc.new_entry("basics", "tools", { name="Tools and weapons", data = { text = |