14 lines
327 B
Lua
Raw Normal View History

-- LUALOCALS < ---------------------------------------------------------
local include, nodecore
= include, nodecore
-- LUALOCALS > ---------------------------------------------------------
nodecore.amcoremod()
include("setup")
2020-09-04 13:35:38 -04:00
include("breath")
include("hotbar")
include("touchtip")
include("pretrans")
2020-09-10 22:28:25 -04:00
include("hints")