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

14 lines
206 B
Lua

return {
icon = "weekend1",
songs = {
"darnell",
"lit-up",
"2hot"
},
difficulties = {
"easy",
"normal",
"hard"
},
character = "pico"
}