13 lines
304 B
Lua
13 lines
304 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local include, nodecore
|
|
= include, nodecore
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
nodecore.amcoremod()
|
|
|
|
include("chip")
|
|
include("tools")
|
|
include("bricks")
|
|
include("dungeon")
|
|
include("hints")
|