Zepha/res/lua/init.lua
aurailus 4078e29440 Refactor the Lua code for the default game.
* Split the models and block definitions into two folders
* Gave some models more generic names
2019-04-21 15:25:06 -07:00

5 lines
158 B
Lua

local path = "/home/aurailus/C++/GlProject/res/lua/";
dofile(path .. "util.lua");
dofile(path .. "default/models.lua");
dofile(path .. "default/blocks.lua");