Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xiaoxiaole
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
xiaoxiaole
Commits
41d13a81
Commit
41d13a81
authored
May 08, 2020
by
zjz1994
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
loading暂存
parent
95864405
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
2 deletions
+2
-2
MainBase.ts
egret/libs/new_wx/MainBase.ts
+1
-1
startscenebg.jpg
egret/resource/assets/startScene/startscenebg.jpg
+0
-0
startscenebg.png
egret/resource/assets/startScene/startscenebg.png
+0
-0
loading_animals.svga
egret/resource/assets/svgas/loading_animals.svga
+0
-0
StartScene.ts
egret/src/startScene/StartScene.ts
+1
-1
No files found.
egret/libs/new_wx/MainBase.ts
View file @
41d13a81
...
...
@@ -484,7 +484,7 @@ export default class MainBase extends eui.UILayer {
this
.
svgaList
=
await
Promise
.
all
([
loadSvga
(
getResPath
()
+
'resource/assets/svgas/loading_progress.svga'
),
loadSvga
(
getResPath
()
+
'resource/assets/svgas/loading_animals.svga'
),
loadSvga
(
getResPath
()
+
'resource/assets/svgas/loading_title.svga'
),
//
loadSvga(getResPath() + 'resource/assets/svgas/loading_title.svga'),
loadSvga
(
getResPath
()
+
'resource/assets/svgas/拖尾结束.svga'
),
new
Promise
((
r
)
=>
{
RES
.
getResAsync
(
'loading_jpg'
,
(
t
)
=>
{
r
(
t
)
},
this
)
...
...
egret/resource/assets/startScene/startscenebg.jpg
deleted
100644 → 0
View file @
95864405
611 KB
egret/resource/assets/startScene/startscenebg.png
0 → 100644
View file @
41d13a81
713 KB
egret/resource/assets/svgas/loading_animals.svga
View file @
41d13a81
No preview for this file type
egret/src/startScene/StartScene.ts
View file @
41d13a81
...
...
@@ -65,7 +65,7 @@ export default class StartScene extends Scene {
await
Promise
.
all
([
loadSvga
(
getResPath
()
+
'resource/assets/svgas/loading_progress.svga'
,
this
[
'container3'
]),
loadSvga
(
getResPath
()
+
'resource/assets/svgas/loading_animals.svga'
,
this
[
'container2'
]),
loadSvga
(
getResPath
()
+
'resource/assets/svgas/loading_title.svga'
,
this
[
'container1'
]),
//
loadSvga(getResPath() + 'resource/assets/svgas/loading_title.svga', this['container1']),
]);
}
...
...
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