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
e4318ba0
Commit
e4318ba0
authored
Aug 13, 2021
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
u
parent
e7c8bc27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
IndexScene.ts
project/src/scenes/IndexScene.ts
+4
-0
No files found.
project/src/scenes/IndexScene.ts
View file @
e4318ba0
...
@@ -36,6 +36,10 @@ export class IndexScene extends Scene {
...
@@ -36,6 +36,10 @@ export class IndexScene extends Scene {
initUi
(){
initUi
(){
super
.
initUi
();
super
.
initUi
();
const
svgaLayer
=
new
FYGE
.
Sprite
();
this
.
addChildAt
(
svgaLayer
,
1
);
const
svga
=
new
FYGE
.
MovieClip
(
RES
.
getRes
(
'首页元素循环-输出.svga'
));
svgaLayer
.
addChild
(
svga
);
sendLog
(
"exposure"
,
9
);
sendLog
(
"exposure"
,
9
);
}
}
...
...
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