8 lines
146 B
Lua
8 lines
146 B
Lua
|
editor = {
|
||
|
_context = {}
|
||
|
}
|
||
|
|
||
|
local modpath = minetest.get_modpath("editor")
|
||
|
dofile(modpath .. "/filesystem.lua")
|
||
|
dofile(modpath .. "/editor.lua")
|