diff --git a/assets/resources/game/heros/heath.prefab b/assets/resources/game/heros/heath.prefab index 8da894f5..92474de8 100644 --- a/assets/resources/game/heros/heath.prefab +++ b/assets/resources/game/heros/heath.prefab @@ -396,7 +396,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 113, + "y": 50, "z": 0 }, "_lrot": { @@ -489,7 +489,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 189.390625, + "width": 56.04296875, "height": 34.24 }, "_anchorPoint": { @@ -525,7 +525,7 @@ "b": 255, "a": 255 }, - "_string": "oops - framework", + "_string": "oops", "_horizontalAlign": 1, "_verticalAlign": 1, "_actualFontSize": 24, diff --git a/assets/resources/game/heros/magic.prefab b/assets/resources/game/heros/magic.prefab index c5cbb0b9..99fb8b37 100644 --- a/assets/resources/game/heros/magic.prefab +++ b/assets/resources/game/heros/magic.prefab @@ -396,7 +396,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 113, + "y": 50, "z": 0 }, "_lrot": { @@ -489,7 +489,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 189.390625, + "width": 56.04296875, "height": 34.24 }, "_anchorPoint": { @@ -525,7 +525,7 @@ "b": 255, "a": 255 }, - "_string": "oops - framework", + "_string": "oops", "_horizontalAlign": 1, "_verticalAlign": 1, "_actualFontSize": 24, diff --git a/assets/resources/game/heros/war.prefab b/assets/resources/game/heros/war.prefab index e04ed5da..9ddfa180 100644 --- a/assets/resources/game/heros/war.prefab +++ b/assets/resources/game/heros/war.prefab @@ -396,7 +396,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 113, + "y": 50, "z": 0 }, "_lrot": { @@ -489,7 +489,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 189.390625, + "width": 56.04296875, "height": 34.24 }, "_anchorPoint": { @@ -525,7 +525,7 @@ "b": 255, "a": 255 }, - "_string": "oops - framework", + "_string": "oops", "_horizontalAlign": 1, "_verticalAlign": 1, "_actualFontSize": 24, diff --git a/assets/resources/game/monster/boss.prefab b/assets/resources/game/monster/boss.prefab index 3a20215e..90598360 100644 --- a/assets/resources/game/monster/boss.prefab +++ b/assets/resources/game/monster/boss.prefab @@ -250,8 +250,8 @@ }, "_lscale": { "__type__": "cc.Vec3", - "x": 0.25, - "y": 0.25, + "x": -0.7, + "y": 0.7, "z": 1 }, "_mobility": 0, @@ -396,7 +396,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 113, + "y": 110, "z": 0 }, "_lrot": { @@ -489,7 +489,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 189.390625, + "width": 56.04296875, "height": 34.24 }, "_anchorPoint": { @@ -525,7 +525,7 @@ "b": 255, "a": 255 }, - "_string": "oops - framework", + "_string": "boos", "_horizontalAlign": 1, "_verticalAlign": 1, "_actualFontSize": 24, diff --git a/assets/resources/game/monster/monster.prefab b/assets/resources/game/monster/monster.prefab index c585ffc3..20d8e427 100644 --- a/assets/resources/game/monster/monster.prefab +++ b/assets/resources/game/monster/monster.prefab @@ -250,7 +250,7 @@ }, "_lscale": { "__type__": "cc.Vec3", - "x": 0.25, + "x": -0.25, "y": 0.25, "z": 1 }, @@ -396,7 +396,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 113, + "y": 60, "z": 0 }, "_lrot": { @@ -489,7 +489,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 189.390625, + "width": 90.6953125, "height": 34.24 }, "_anchorPoint": { @@ -525,7 +525,7 @@ "b": 255, "a": 255 }, - "_string": "oops - framework", + "_string": "monster", "_horizontalAlign": 1, "_verticalAlign": 1, "_actualFontSize": 24, diff --git a/assets/script/game/monster/Monster.ts b/assets/script/game/monster/Monster.ts index ceb2b3bc..c230b004 100644 --- a/assets/script/game/monster/Monster.ts +++ b/assets/script/game/monster/Monster.ts @@ -47,7 +47,7 @@ export class Monster extends ecs.Entity { var mv = node.getComponent(MonsterViewComp)!; this.add(mv); - node.setScale(-1, 1, 1); + // node.setScale(-1, 1, 1); tween(node).to(1, { position: new Vec3(0, -60, 0) }, { onComplete: () => { // this.as.walk();