TaggedEngine/weeks/week1.lua
2025-07-04 19:02:19 +07:00

15 lines
236 B
Lua

return {
icon = "week1",
songs = {
"bopeebo",
"fresh",
"dadbattle"
},
difficulties = {
"easy",
"normal",
"hard",
"erect"
},
character = "bf"
}