Commit a5fa3849 authored by wildfirecode13's avatar wildfirecode13

update

parent a6331cab
......@@ -5,16 +5,16 @@ 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() {
......
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