Files
OpenSpace/scripts/ExtraConfig.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

14 lines
244 B
Lua

configuration =
{
level1_string = "music2",
level1_lyrics = "This is not, the greatest lyrics in the world. This is just a tribute",
level1_secrets =
{
secret_stuff1 = "Password",
secret_stuff2 = "123456",
},
level2_double = 4.3
}