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

14 lines
197 B
Lua

return {
icon = "week7",
songs = {
"ugh",
"guns",
"stress"
},
difficulties = {
"easy",
"normal",
"hard"
},
character = "bf"
}