This commit is contained in:
2024-07-30 08:34:41 +08:00
parent fe09fb1f5f
commit 76b400885c
11 changed files with 43 additions and 28 deletions

View File

@@ -12,4 +12,6 @@ export enum BoxSet {
HERO = 4,
MONSTER_SKILL = 8,
HERO_SKILL = 16,
BOX_WIDTH = 64,
BOX_HEIGHT = 64
}