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

14 lines
212 B
Lua

return {
icon = "week5",
songs = {
"cocoa",
"eggnog",
"winter-horrorland"
},
difficulties = {
"easy",
"normal",
"hard"
},
character = "bf"
}