Camas/mods/nav/init.lua

13 lines
285 B
Lua
Raw Normal View History

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
dofile(minetest.get_modpath("nav").."/map.lua")
dofile(minetest.get_modpath("nav").."/compass.lua")
default.log("mod:nav", "loaded")