TaggedEngine/weeks/week2.lua
2025-06-26 16:00:02 +07:00

14 lines
203 B
Lua

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