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

14 lines
216 B
Lua

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