Files
OpenSpace/scripts/DefaultConfig.lua
Jonas Strandstedt 880bb377f6 Updated OpenSpace to use the updated Ghoul ConfigurationManager
- Removed unnecessary comments from CMakeLists
- Updated OpenSpace engine to load ConfigurationManager
- Added two basic lua configuration scripts
2014-02-25 20:56:35 -05:00

18 lines
273 B
Lua

config =
{
level1_string = "music1",
level1_integer = 2332,
level1_dictionary =
{
level2_string = "stuff",
level2_integer = 32,
level2_dictionary = {
level3_string = "levels",
level3_integer = 323232
}
},
level2_double = 3.4,
level2_boolean = true
}