mirror of
https://repo.or.cz/minetest_orienteering.git
synced 2024-12-13 09:13:17 +01:00
Remove two old TODOs
This commit is contained in:
parent
57b60c50ef
commit
9d71a18d50
2
init.lua
2
init.lua
@ -68,7 +68,6 @@ minetest.register_tool("orienteering:triangulator", {
|
|||||||
})
|
})
|
||||||
|
|
||||||
-- Displays player yaw
|
-- Displays player yaw
|
||||||
-- TODO: calculate yaw difference between 2 points
|
|
||||||
minetest.register_tool("orienteering:compass", {
|
minetest.register_tool("orienteering:compass", {
|
||||||
description = S("Compass"),
|
description = S("Compass"),
|
||||||
_tt_help = S("Shows your yaw"),
|
_tt_help = S("Shows your yaw"),
|
||||||
@ -80,7 +79,6 @@ minetest.register_tool("orienteering:compass", {
|
|||||||
})
|
})
|
||||||
|
|
||||||
-- Displays player pitch
|
-- Displays player pitch
|
||||||
-- TODO: calculate pitch difference between 2 points
|
|
||||||
minetest.register_tool("orienteering:sextant", {
|
minetest.register_tool("orienteering:sextant", {
|
||||||
description = S("Sextant"),
|
description = S("Sextant"),
|
||||||
_tt_help = S("Shows your pitch"),
|
_tt_help = S("Shows your pitch"),
|
||||||
|
Loading…
Reference in New Issue
Block a user