Commit a5fa3849 authored by wildfirecode13's avatar wildfirecode13

update

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