Commit f2edd9fa authored by yu's avatar yu

1

parent 94fae53b
......@@ -384,7 +384,7 @@ export default class PuzzleJigsaw extends MyCocosSceneComponent {
});
}
gameOver() {
pg.event.emit('layer_ending_show', { coin: this.coin })
// pg.event.emit('layer_ending_show', { coin: this.coin })
const midd = cc.find('middleLayer');
if (!midd) return this.log("no middleLayer");
let middleLayer = midd.getComponent('middleLayer');
......
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