editor/init.lua

8 lines
146 B
Lua

editor = {
_context = {}
}
local modpath = minetest.get_modpath("editor")
dofile(modpath .. "/filesystem.lua")
dofile(modpath .. "/editor.lua")