editor/init.lua

8 lines
146 B
Lua
Raw Permalink Normal View History

2016-08-28 01:56:01 +01:00
editor = {
_context = {}
}
local modpath = minetest.get_modpath("editor")
dofile(modpath .. "/filesystem.lua")
dofile(modpath .. "/editor.lua")