168 lines
3.0 KiB
Lua
168 lines
3.0 KiB
Lua
local order = {
|
|
{
|
|
name = "bopeebo",
|
|
difficulties = {
|
|
"easy",
|
|
"normal",
|
|
"hard"
|
|
},
|
|
icon = "dadpixel"
|
|
},
|
|
{
|
|
name = "fresh",
|
|
difficulties = {
|
|
"easy",
|
|
"normal",
|
|
"hard"
|
|
},
|
|
icon = "dadpixel"
|
|
},
|
|
{
|
|
name = "dadbattle",
|
|
difficulties = {
|
|
"easy",
|
|
"normal",
|
|
"hard"
|
|
},
|
|
icon = "dadpixel"
|
|
},
|
|
{
|
|
name = "spookeez",
|
|
difficulties = {
|
|
"easy",
|
|
"normal",
|
|
"hard"
|
|
},
|
|
icon = "spookypixel"
|
|
},
|
|
{
|
|
name = "south",
|
|
difficulties = {
|
|
"easy",
|
|
"normal",
|
|
"hard"
|
|
},
|
|
icon = "spookypixel"
|
|
},
|
|
{
|
|
name = "pico",
|
|
difficulties = {
|
|
"easy",
|
|
"normal",
|
|
"hard"
|
|
},
|
|
icon = "picopixel"
|
|
},
|
|
{
|
|
name = "philly-nice",
|
|
difficulties = {
|
|
"easy",
|
|
"normal",
|
|
"hard"
|
|
},
|
|
icon = "picopixel"
|
|
},
|
|
{
|
|
name = "blammed",
|
|
difficulties = {
|
|
"easy",
|
|
"normal",
|
|
"hard"
|
|
},
|
|
icon = "picopixel"
|
|
},
|
|
{
|
|
name = "cocoa",
|
|
difficulties = {
|
|
"easy",
|
|
"normal",
|
|
"hard"
|
|
},
|
|
icon = "parents-christmaspixel"
|
|
},
|
|
{
|
|
name = "eggnog",
|
|
difficulties = {
|
|
"easy",
|
|
"normal",
|
|
"hard"
|
|
},
|
|
icon = "parents-christmaspixel"
|
|
},
|
|
{
|
|
name = "senpai",
|
|
difficulties = {
|
|
"easy",
|
|
"normal",
|
|
"hard"
|
|
},
|
|
icon = "senpaipixel"
|
|
},
|
|
{
|
|
name = "roses",
|
|
difficulties = {
|
|
"easy",
|
|
"normal",
|
|
"hard"
|
|
},
|
|
icon = "senpaipixel"
|
|
},
|
|
{
|
|
name = "ugh",
|
|
difficulties = {
|
|
"easy",
|
|
"normal",
|
|
"hard"
|
|
},
|
|
icon = "tankmanpixel"
|
|
},
|
|
{
|
|
name = "guns",
|
|
difficulties = {
|
|
"easy",
|
|
"normal",
|
|
"hard"
|
|
},
|
|
icon = "tankmanpixel"
|
|
},
|
|
{
|
|
name = "stress",
|
|
difficulties = {
|
|
"easy",
|
|
"normal",
|
|
"hard"
|
|
},
|
|
icon = "tankmanpixel"
|
|
},
|
|
{
|
|
name = "darnell",
|
|
difficulties = {
|
|
"easy",
|
|
"normal",
|
|
"hard",
|
|
"erect",
|
|
"nightmare"
|
|
},
|
|
icon = "darnellpixel"
|
|
},
|
|
{
|
|
name = "lit-up",
|
|
difficulties = {
|
|
"easy",
|
|
"normal",
|
|
"hard"
|
|
},
|
|
icon = "darnellpixel"
|
|
},
|
|
{
|
|
name = "2hot",
|
|
difficulties = {
|
|
"easy",
|
|
"normal",
|
|
"hard"
|
|
},
|
|
icon = "darnellpixel"
|
|
}
|
|
}
|
|
|
|
return order |