Commit 982effc9 authored by wildfirecode's avatar wildfirecode

1

parent b56b7f3a
......@@ -32,7 +32,7 @@ export default class NoPrizePanel extends Panel {
this['goBtn'].addEventListener(egret.TouchEvent.TOUCH_TAP, () => {
this.hidePanel();
if (this._level + 1 <= 70)
if (this._level + 1 <= window['last_level'])
changeMapScene({ level: this._level + 1 });
else
changeMapScene();
......
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