This commit is contained in:
Alter-xyz
2025-05-17 23:18:46 +08:00
parent af71d8af24
commit 868311e1ea

View File

@@ -29,7 +29,7 @@ class Config:
}
DEFAULT_X = 0
LEVEL_MAP = {
"beginner": 1, "intermediate": 2, "advanced": 3,
"beginner": 1, "intermediate": 3, "advanced": 2,
}
DEFAULT_Y = 0
PRIORITY_NORMAL = 0