mirror of
https://repo.or.cz/minetest_orienteering.git
synced 2025-01-10 06:37:30 +01:00
Fix comments
This commit is contained in:
parent
b01974732f
commit
c40a965a8e
6
init.lua
6
init.lua
@ -18,14 +18,16 @@ minetest.register_tool("orienteering:triangulator", {
|
|||||||
inventory_image = "orienteering_triangulator.png",
|
inventory_image = "orienteering_triangulator.png",
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Displays player yaw and can calculate yaw difference between 2 points
|
-- Displays player yaw
|
||||||
|
-- TODO: calculate yaw difference between 2 points
|
||||||
minetest.register_tool("orienteering:compass", {
|
minetest.register_tool("orienteering:compass", {
|
||||||
description = "Compass",
|
description = "Compass",
|
||||||
wield_image = "orienteering_compass_wield.png",
|
wield_image = "orienteering_compass_wield.png",
|
||||||
inventory_image = "orienteering_compass_inv.png",
|
inventory_image = "orienteering_compass_inv.png",
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Displays player pitch and can calculate pitch difference between 2 points
|
-- Displays player pitch
|
||||||
|
-- TODO: calculate pitch difference between 2 points
|
||||||
minetest.register_tool("orienteering:sextant", {
|
minetest.register_tool("orienteering:sextant", {
|
||||||
description = "Sextant",
|
description = "Sextant",
|
||||||
wield_image = "orienteering_sextant_wield.png",
|
wield_image = "orienteering_sextant_wield.png",
|
||||||
|
Loading…
Reference in New Issue
Block a user