2015-09-01 17:15:24 +02:00
|
|
|
--
|
|
|
|
-- Nav mod
|
|
|
|
-- By Kaadmy, for Pixture
|
|
|
|
--
|
|
|
|
|
|
|
|
nav = {}
|
|
|
|
|
2019-08-28 18:03:54 +02:00
|
|
|
dofile(minetest.get_modpath("nav").."/waypoints.lua") -- TODO: Waypoint implenentation is a stub
|
2017-05-12 04:29:55 +02:00
|
|
|
dofile(minetest.get_modpath("nav").."/map.lua")
|
|
|
|
dofile(minetest.get_modpath("nav").."/compass.lua")
|
2017-05-16 19:47:12 +02:00
|
|
|
|
|
|
|
default.log("mod:nav", "loaded")
|