Commit a5fa3849 authored by wildfirecode13's avatar wildfirecode13

update

parent a6331cab
...@@ -5,18 +5,18 @@ export class NewbieScene extends Scene { ...@@ -5,18 +5,18 @@ export class NewbieScene extends Scene {
get groupNames() { return ["newbie"] } get groupNames() { return ["newbie"] }
get skinName() { return "newbie" } get skinName() { return "newbie" }
initUi() { initUi() {
super.initUi(); super.initUi();
} }
async start(data) { async start(data) {
super.start(); super.start();
this.addEventListener(FYGE.MouseEvent.CLICK,()=>{
showPanel(PrizePanel,data); this.addEventListener(FYGE.MouseEvent.CLICK, () => {
},this); showPanel(PrizePanel, data);
}, this);
} }
initEvents() { initEvents() {
super.initEvents(); super.initEvents();
} }
...@@ -24,5 +24,5 @@ export class NewbieScene extends Scene { ...@@ -24,5 +24,5 @@ export class NewbieScene extends Scene {
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