Commit fabd84ac authored by 邱旭's avatar 邱旭

换了点皮

parent 8ab8a93b
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="0d3cb18d-e144-41a0-bc8b-4877c2e1fef1" name="默认的" comment="换了点皮"> <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$/.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> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
...@@ -205,14 +206,10 @@ ...@@ -205,14 +206,10 @@
<workItem from="1618467356154" duration="208000" /> <workItem from="1618467356154" duration="208000" />
<workItem from="1618467574132" duration="1140000" /> <workItem from="1618467574132" duration="1140000" />
<workItem from="1618476396612" duration="3270000" /> <workItem from="1618476396612" duration="3270000" />
<workItem from="1618487986114" duration="25000" /> <workItem from="1618487986114" duration="81000" />
</task> <workItem from="1618538975643" duration="241000" />
<task id="LOCAL-00057" summary="m"> <workItem from="1618540163263" duration="888000" />
<created>1614139182774</created> <workItem from="1618541816657" duration="133000" />
<option name="number" value="00057" />
<option name="presentableId" value="LOCAL-00057" />
<option name="project" value="LOCAL" />
<updated>1614139182774</updated>
</task> </task>
<task id="LOCAL-00058" summary="m"> <task id="LOCAL-00058" summary="m">
<created>1614222109443</created> <created>1614222109443</created>
...@@ -550,7 +547,14 @@ ...@@ -550,7 +547,14 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1618484238373</updated> <updated>1618484238373</updated>
</task> </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 /> <servers />
</component> </component>
<component name="TypeScriptGeneratedFilesManager"> <component name="TypeScriptGeneratedFilesManager">
......
...@@ -101,18 +101,14 @@ export class LoadingScene extends Scene { ...@@ -101,18 +101,14 @@ export class LoadingScene extends Scene {
this.dispatchEvent(Event.PROGRESS, 0.5); this.dispatchEvent(Event.PROGRESS, 0.5);
await RES.loadGroup("map"); await RES.loadGroup("map");
this.dispatchEvent(Event.PROGRESS, 0.6); this.dispatchEvent(Event.PROGRESS, 0.65);
await RES.loadGroup('StartPanel'); await RES.loadGroup('StartPanel');
this.dispatchEvent(Event.PROGRESS, 0.7); this.dispatchEvent(Event.PROGRESS, 0.7);
await RES.loadGroup('UseStep'); await RES.loadGroup('UseStep');
this.dispatchEvent(Event.PROGRESS, 0.8); this.dispatchEvent(Event.PROGRESS, 0.85);
await RES.loadGroup('playSceneEffect');
this.dispatchEvent(Event.PROGRESS, 0.9);
await RES.loadGroup('playSceneNum');
this.dispatchEvent(Event.PROGRESS, 1); this.dispatchEvent(Event.PROGRESS, 1);
} }
......
...@@ -232,6 +232,10 @@ export class MapScene extends Scene { ...@@ -232,6 +232,10 @@ export class MapScene extends Scene {
.wait(500) .wait(500)
.call(() => RES.loadGroup('playScene')) .call(() => RES.loadGroup('playScene'))
.wait(duration) .wait(duration)
.call(() => RES.loadGroup('playSceneEffect'))
.wait(duration)
.call(() => RES.loadGroup('playSceneNum'))
.wait(duration)
.call(() => RES.loadGroup('playSceneGuide')) .call(() => RES.loadGroup('playSceneGuide'))
.wait(duration) .wait(duration)
.call(() => RES.loadGroup('fiveVerHorDis')) .call(() => RES.loadGroup('fiveVerHorDis'))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment