Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wfc13
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
wildfirecode13
wfc13
Commits
ace560c0
Commit
ace560c0
authored
Aug 16, 2021
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
u
parent
03bd381d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
IndexScene.ts
project/src/scenes/IndexScene.ts
+3
-0
No files found.
project/src/scenes/IndexScene.ts
View file @
ace560c0
...
...
@@ -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'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment