Commit 39bbd2f5 authored by Tt's avatar Tt

结束动画未执行bug处理

parent e1da29f5
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 615, "width": 615,
"height": 121, "height": 150,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"img_word_goodjob": { "img_word_goodjob": {
...@@ -18,14 +18,14 @@ ...@@ -18,14 +18,14 @@
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": -14.5,
"offsetY": 0, "offsetY": 1,
"trimX": 0, "trimX": 0,
"trimY": 0, "trimY": 1,
"width": 615, "width": 586,
"height": 121, "height": 146,
"rawWidth": 615, "rawWidth": 615,
"rawHeight": 121, "rawHeight": 150,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 676, "width": 636,
"height": 119, "height": 119,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
...@@ -22,9 +22,9 @@ ...@@ -22,9 +22,9 @@
"offsetY": 0, "offsetY": 0,
"trimX": 0, "trimX": 0,
"trimY": 0, "trimY": 0,
"width": 676, "width": 636,
"height": 119, "height": 119,
"rawWidth": 676, "rawWidth": 636,
"rawHeight": 119, "rawHeight": 119,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
......
...@@ -433,7 +433,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -433,7 +433,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
gameOver() { gameOver() {
let mouse_end = pg.view.find(this, "mouse_end"); let mouse_end = pg.view.find(this, "mouse_end");
mouse_end.active = true; mouse_end.active = true;
mouse_end.getComponent("mouse_end").play().then(() => { mouse_end.getComponent("mrbr02_mouse_end").play().then(() => {
onHomeworkFinish(); onHomeworkFinish();
}) })
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment