Commit fcd06b81 authored by yu's avatar yu

1

parent 4cb15dfa
...@@ -562,7 +562,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -562,7 +562,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
setTimeout(() => { setTimeout(() => {
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("mrbr04_mouse_end").play().then(() => {
onHomeworkFinish(); onHomeworkFinish();
}) })
}, 1800); }, 1800);
......
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