This commit is contained in:
2024-08-26 17:33:14 +08:00
parent 7b618eb645
commit 8a44a15153
18 changed files with 1413 additions and 808 deletions

View File

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