Commit 39bbd2f5 authored by Tt's avatar Tt

结束动画未执行bug处理

parent e1da29f5
......@@ -8,7 +8,7 @@
"genMipmaps": false,
"packable": true,
"width": 615,
"height": 121,
"height": 150,
"platformSettings": {},
"subMetas": {
"img_word_goodjob": {
......@@ -18,14 +18,14 @@
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"offsetX": -14.5,
"offsetY": 1,
"trimX": 0,
"trimY": 0,
"width": 615,
"height": 121,
"trimY": 1,
"width": 586,
"height": 146,
"rawWidth": 615,
"rawHeight": 121,
"rawHeight": 150,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......
......@@ -7,7 +7,7 @@
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 676,
"width": 636,
"height": 119,
"platformSettings": {},
"subMetas": {
......@@ -22,9 +22,9 @@
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 676,
"width": 636,
"height": 119,
"rawWidth": 676,
"rawWidth": 636,
"rawHeight": 119,
"borderTop": 0,
"borderBottom": 0,
......
......@@ -433,7 +433,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
gameOver() {
let mouse_end = pg.view.find(this, "mouse_end");
mouse_end.active = true;
mouse_end.getComponent("mouse_end").play().then(() => {
mouse_end.getComponent("mrbr02_mouse_end").play().then(() => {
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