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

15 lines
237 B
Lua

return {
icon = "week3",
songs = {
"pico",
"philly-nice",
"blammed"
},
difficulties = {
"easy",
"normal",
"hard",
"erect"
},
character = "bf"
}