mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-02 01:30:34 -06:00
15 lines
274 B
Lua
15 lines
274 B
Lua
musicname = "music2"
|
|
lyrics = "This is not, the greatest lyrics in the world. This is just a tribute"
|
|
|
|
config =
|
|
{
|
|
level1_string = musicname,
|
|
level1_lyrics = lyrics,
|
|
level1_secrets =
|
|
{
|
|
secret_stuff1 = "Password",
|
|
secret_stuff2 = "123456",
|
|
},
|
|
level2_double = 4.3
|
|
|
|
} |