Commit ace560c0 authored by wildfirecode13's avatar wildfirecode13

u

parent 03bd381d
......@@ -103,6 +103,9 @@ export class IndexScene extends Scene {
initEvents() {
super.initEvents();
getObject(this,'index_record').addEventListener(FYGE.MouseEvent.CLICK, ()=>{
location.href='f34481928.html'
}, this);
this.addEventListener(FYGE.Event.ENTER_FRAME, this.onEnterFrame, this);
this.addEventListener("restartEnterFrame", this.onRestartFrame, this);
const rulePop = getObject(this,'index_rule');
......
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