Commit a5fa3849 authored by wildfirecode13's avatar wildfirecode13

update

parent a6331cab
...@@ -5,16 +5,16 @@ export class NewbieScene extends Scene { ...@@ -5,16 +5,16 @@ 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() {
......
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