diff --git a/assets/resources/game/map/map_rpg.prefab b/assets/resources/game/map/map_rpg.prefab index 864c73a2..32160bd4 100644 --- a/assets/resources/game/map/map_rpg.prefab +++ b/assets/resources/game/map/map_rpg.prefab @@ -584,7 +584,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": -195.746, + "y": -17.451, "z": 0 }, "_lrot": { @@ -720,7 +720,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 102.571, + "y": 212.041, "z": 0 }, "_lrot": { @@ -856,7 +856,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": -128.047, + "y": -71.608, "z": 0 }, "_lrot": { @@ -992,7 +992,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": -132.963, + "y": -68.815, "z": 0 }, "_lrot": { @@ -1128,7 +1128,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": -480.208, + "y": -428.693, "z": 0 }, "_lrot": { @@ -1267,7 +1267,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": -220, + "y": -170, "z": 0 }, "_lrot": { @@ -1383,7 +1383,7 @@ "_left": 0, "_right": 0, "_top": 0, - "_bottom": -170, + "_bottom": -120, "_horizontalCenter": 0, "_verticalCenter": 0, "_isAbsLeft": true, diff --git a/assets/resources/gui/role_controller.prefab b/assets/resources/gui/role_controller.prefab index 675757fe..7433d521 100644 --- a/assets/resources/gui/role_controller.prefab +++ b/assets/resources/gui/role_controller.prefab @@ -1384,7 +1384,7 @@ "__id__": 15 }, "_children": [], - "_active": true, + "_active": false, "_components": [ { "__id__": 57 @@ -3968,7 +3968,7 @@ "node": { "__id__": 74 }, - "_enabled": true, + "_enabled": false, "__prefab": { "__id__": 168 }, @@ -8275,7 +8275,7 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": -148, + "x": 358, "y": 0, "z": 0 }, @@ -8787,10 +8787,10 @@ "__prefab": { "__id__": 419 }, - "_alignFlags": 9, + "_alignFlags": 33, "_target": null, "_left": 0, - "_right": 20, + "_right": 0, "_top": 50.00000000000001, "_bottom": 1078.082, "_horizontalCenter": 0, @@ -9875,7 +9875,7 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": 148, + "x": -358, "y": 0, "z": 0 }, @@ -11248,7 +11248,7 @@ "__prefab": { "__id__": 523 }, - "_alignFlags": 36, + "_alignFlags": 12, "_target": null, "_left": 0, "_right": 0, @@ -11262,7 +11262,7 @@ "_isAbsBottom": true, "_isAbsHorizontalCenter": true, "_isAbsVerticalCenter": true, - "_originalWidth": 0, + "_originalWidth": 210, "_originalHeight": 0, "_alignMode": 2, "_lockFlags": 0, diff --git a/assets/script/game/common/config/GameSet.ts b/assets/script/game/common/config/GameSet.ts index 8a347f3c..f2668e3a 100644 --- a/assets/script/game/common/config/GameSet.ts +++ b/assets/script/game/common/config/GameSet.ts @@ -11,7 +11,7 @@ export enum BoxSet { LETF_END = -420, RIGHT_END = 420, //游戏地平线 - GAME_LINE = -90, + GAME_LINE = -40, //攻击距离 }