Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
babycare_xiaoxiao
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
王剑峰
babycare_xiaoxiao
Commits
fabd84ac
Commit
fabd84ac
authored
Apr 16, 2021
by
邱旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
换了点皮
parent
8ab8a93b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
16 deletions
+20
-16
workspace.xml
.idea/workspace.xml
+14
-10
LoadingScene.ts
src/scene/LoadingScene.ts
+2
-6
MapScene.ts
src/scene/map/MapScene.ts
+4
-0
No files found.
.idea/workspace.xml
View file @
fabd84ac
...
...
@@ -3,7 +3,8 @@
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"0d3cb18d-e144-41a0-bc8b-4877c2e1fef1"
name=
"默认的"
comment=
"换了点皮"
>
<change
beforePath=
"$PROJECT_DIR$/.idea/workspace.xml"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/.idea/workspace.xml"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/src/panels/HelpPanel.ts"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/src/panels/HelpPanel.ts"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/src/scene/LoadingScene.ts"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/src/scene/LoadingScene.ts"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/src/scene/map/MapScene.ts"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/src/scene/map/MapScene.ts"
afterDir=
"false"
/>
</list>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
<option
name=
"HIGHLIGHT_CONFLICTS"
value=
"true"
/>
...
...
@@ -205,14 +206,10 @@
<workItem
from=
"1618467356154"
duration=
"208000"
/>
<workItem
from=
"1618467574132"
duration=
"1140000"
/>
<workItem
from=
"1618476396612"
duration=
"3270000"
/>
<workItem
from=
"1618487986114"
duration=
"25000"
/>
</task>
<task
id=
"LOCAL-00057"
summary=
"m"
>
<created>
1614139182774
</created>
<option
name=
"number"
value=
"00057"
/>
<option
name=
"presentableId"
value=
"LOCAL-00057"
/>
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1614139182774
</updated>
<workItem
from=
"1618487986114"
duration=
"81000"
/>
<workItem
from=
"1618538975643"
duration=
"241000"
/>
<workItem
from=
"1618540163263"
duration=
"888000"
/>
<workItem
from=
"1618541816657"
duration=
"133000"
/>
</task>
<task
id=
"LOCAL-00058"
summary=
"m"
>
<created>
1614222109443
</created>
...
...
@@ -550,7 +547,14 @@
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1618484238373
</updated>
</task>
<option
name=
"localTasksCounter"
value=
"106"
/>
<task
id=
"LOCAL-00106"
summary=
"换了点皮"
>
<created>
1618488062268
</created>
<option
name=
"number"
value=
"00106"
/>
<option
name=
"presentableId"
value=
"LOCAL-00106"
/>
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1618488062268
</updated>
</task>
<option
name=
"localTasksCounter"
value=
"107"
/>
<servers
/>
</component>
<component
name=
"TypeScriptGeneratedFilesManager"
>
...
...
src/scene/LoadingScene.ts
View file @
fabd84ac
...
...
@@ -101,18 +101,14 @@ export class LoadingScene extends Scene {
this
.
dispatchEvent
(
Event
.
PROGRESS
,
0.5
);
await
RES
.
loadGroup
(
"map"
);
this
.
dispatchEvent
(
Event
.
PROGRESS
,
0.6
);
this
.
dispatchEvent
(
Event
.
PROGRESS
,
0.6
5
);
await
RES
.
loadGroup
(
'StartPanel'
);
this
.
dispatchEvent
(
Event
.
PROGRESS
,
0.7
);
await
RES
.
loadGroup
(
'UseStep'
);
this
.
dispatchEvent
(
Event
.
PROGRESS
,
0.8
);
this
.
dispatchEvent
(
Event
.
PROGRESS
,
0.8
5
);
await
RES
.
loadGroup
(
'playSceneEffect'
);
this
.
dispatchEvent
(
Event
.
PROGRESS
,
0.9
);
await
RES
.
loadGroup
(
'playSceneNum'
);
this
.
dispatchEvent
(
Event
.
PROGRESS
,
1
);
}
...
...
src/scene/map/MapScene.ts
View file @
fabd84ac
...
...
@@ -232,6 +232,10 @@ export class MapScene extends Scene {
.
wait
(
500
)
.
call
(()
=>
RES
.
loadGroup
(
'playScene'
))
.
wait
(
duration
)
.
call
(()
=>
RES
.
loadGroup
(
'playSceneEffect'
))
.
wait
(
duration
)
.
call
(()
=>
RES
.
loadGroup
(
'playSceneNum'
))
.
wait
(
duration
)
.
call
(()
=>
RES
.
loadGroup
(
'playSceneGuide'
))
.
wait
(
duration
)
.
call
(()
=>
RES
.
loadGroup
(
'fiveVerHorDis'
))
...
...
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