fix(config): adjust map boundary values
modify LEFT_END and RIGHT_END from ±360 to ±320 to correct map border range
This commit is contained in:
@@ -10,8 +10,8 @@ export enum BoxSet {
|
||||
MONSTER = 2,
|
||||
HERO = 4,
|
||||
//地图边界
|
||||
LETF_END = -360,
|
||||
RIGHT_END = 360,
|
||||
LETF_END = -320,
|
||||
RIGHT_END = 320,
|
||||
//游戏地平线
|
||||
GAME_LINE = 10,
|
||||
/** 技能/装备各自独立的上限 */
|
||||
|
||||
Reference in New Issue
Block a user