TaggedEngine/weeks/tutorial.lua
2025-07-04 19:02:19 +07:00

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)
}