12 lines
376 B
Lua
12 lines
376 B
Lua
return {
|
|
icon = "tutorial", -- The icon from images/story
|
|
songs = {
|
|
"tutorial" -- The song list in the needed order
|
|
},
|
|
difficulties = {
|
|
"easy",
|
|
"normal", -- Available difficulties (ALL SONGS NEED TO HAVE THEM)
|
|
"hard"
|
|
},
|
|
character = "bf" -- Character for the songs (Basically for who it shows up in freeplay)
|
|
} |