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
4530838b
Commit
4530838b
authored
Aug 13, 2021
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
u
parent
6ad33872
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
IndexScene.ts
project/src/scenes/IndexScene.ts
+6
-1
No files found.
project/src/scenes/IndexScene.ts
View file @
4530838b
...
@@ -38,8 +38,13 @@ export class IndexScene extends Scene {
...
@@ -38,8 +38,13 @@ export class IndexScene extends Scene {
super
.
initUi
();
super
.
initUi
();
const
svgaLayer
=
new
FYGE
.
Sprite
();
const
svgaLayer
=
new
FYGE
.
Sprite
();
this
.
addChildAt
(
svgaLayer
,
1
);
this
.
addChildAt
(
svgaLayer
,
1
);
const
svga
=
new
FYGE
.
MovieClip
(
RES
.
getRes
(
'首页元素循环-输出.svga'
));
const
svga
=
new
FYGE
.
MovieClip
(
RES
.
getRes
(
'首页元素循环上-输出.svga'
));
svga
.
y
=
45
;
svgaLayer
.
addChild
(
svga
);
svgaLayer
.
addChild
(
svga
);
const
svga2
=
new
FYGE
.
MovieClip
(
RES
.
getRes
(
'首页元素循环下-输出.svga'
));
svgaLayer
.
addChild
(
svga2
);
// window['q']=svga2
svga2
.
y
=
1320
;
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