mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-13 17:09:05 -05:00
- Removed unnecessary comments from CMakeLists - Updated OpenSpace engine to load ConfigurationManager - Added two basic lua configuration scripts
14 lines
244 B
Lua
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
|
|
|
|
} |