TaggedEngine/weeks/week2.lua
2025-07-04 11:00:02 -04:00

14 lines
217 B
Lua

return {
icon = "week2",
songs = {
"spookeez",
"south",
"monster"
},
difficulties = {
"easy",
"normal",
"hard"
},
character = "bf"
}