2015-09-01 08:15:24 -07: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-11 19:29:55 -07:00
|
|
|
dofile(minetest.get_modpath("nav").."/map.lua")
|
|
|
|
dofile(minetest.get_modpath("nav").."/compass.lua")
|
2017-05-16 10:47:12 -07:00
|
|
|
|
|
|
|
default.log("mod:nav", "loaded")
|