This commit is contained in:
2024-08-26 10:14:53 +08:00
parent 4f96558d36
commit 4f64af7848
13 changed files with 176 additions and 286 deletions

View File

@@ -31,6 +31,6 @@ export enum BoxSet {
CSKILL_X = 280,
CSKILL_Y = 420,
//攻击距离
ATK_RANGE_X = 35,
ATK_RANGE_X = 40,
MOVE_RANGE_X = 15,
}