Commit bb129785 authored by wildfirecode13's avatar wildfirecode13

update

parent 66bace52
...@@ -19,15 +19,14 @@ export class IndexScene extends Scene { ...@@ -19,15 +19,14 @@ export class IndexScene extends Scene {
this.addEventListener(FYGE.MouseEvent.CLICK,()=>{ this.addEventListener(FYGE.MouseEvent.CLICK,()=>{
showPanel(PrizePanel); showPanel(PrizePanel);
},this); },this);
} }
initEvents() { initEvents() {
super.initEvents(); super.initEvents();
} }
removeEvents() { removeEvents() {
super.removeEvents(); super.removeEvents();
} }
} }
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