Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Y
yyh
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wildfirecode13
yyh
Commits
5a5caace
Commit
5a5caace
authored
Dec 13, 2019
by
wildfirecode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
396e64fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
preload_4.tmproject
egret/resource/TextureMerger/preload_4.tmproject
+0
-1
ShareStarterScene.ts
egret/src/yazuwei/ShareStarterScene.ts
+2
-2
No files found.
egret/resource/TextureMerger/preload_4.tmproject
deleted
100644 → 0
View file @
396e64fa
{"options":{"layoutMath":"2","sizeMode":"2n","useExtension":1,"layoutGap":1,"extend":0},"projectName":"preload_4","version":5,"files":["../assets/xuanshi/backstartBtn.png","../assets/pk/pkfinishbg.png","../assets/xuanshi/xsbg.png","../assets/pop/rankbg.png","../assets/map/mapam.png","../assets/map/mapcx.png","../assets/map/maphg.png","../assets/map/maphz.png","../assets/map/mapmg.png","../assets/map/maprb.png","../assets/map/maptb.png","../assets/map/mapxg.png"]}
\ No newline at end of file
egret/src/yazuwei/ShareStarterScene.ts
View file @
5a5caace
...
...
@@ -26,10 +26,10 @@ export default class ShareStarterScene extends Scene {
this
.
height
=
this
.
stage
.
stageHeight
;
},
this
);
this
.
_standby
=
await
loadSvga
(
getResPath
()
+
'resource/assets/svgas/standby.svga'
,
this
[
'group'
])
as
SVGA
.
EgretMovieClip
;
this
.
_standby
.
visible
=
true
;
this
.
_bg
=
await
loadSvga
(
getResPath
()
+
'resource/assets/svgas/bg.svga'
,
this
[
'group'
])
as
SVGA
.
EgretMovieClip
;
this
.
_bg
.
visible
=
false
;
this
.
_standby
=
await
loadSvga
(
getResPath
()
+
'resource/assets/svgas/standby.svga'
,
this
[
'group'
])
as
SVGA
.
EgretMovieClip
;
this
.
_standby
.
visible
=
false
;
this
.
_trans
=
await
loadSvga
(
getResPath
()
+
'resource/assets/svgas/trans.svga'
,
this
[
'group'
])
as
SVGA
.
EgretMovieClip
;
this
.
_trans
.
visible
=
false
;
...
...
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