diff options
Diffstat (limited to 'configure.lua')
-rw-r--r-- | configure.lua | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.lua b/configure.lua index 49ba1f0..cffd61e 100644 --- a/configure.lua +++ b/configure.lua @@ -6,6 +6,7 @@ config = { "camera", "debugdraw", "editor", + "lighting", "maths", "model", "physics", @@ -57,7 +58,8 @@ config = { }, models = { "monkey", - "cube" + "cube", + "scene" }, textures = { { "22", "bmp", "bc1" }, @@ -561,5 +563,6 @@ if system == "windows" then assets(config.materials, "convmaterial", "mat", "mat") textures(config.textures, "convtexture") pack() + outfile:write("\n") end |