Commit 7fa8f441 authored by 邱旭's avatar 邱旭

换了点皮

parent afb0f9d2
......@@ -5,8 +5,8 @@
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/output.js" beforeDir="false" afterPath="$PROJECT_DIR$/output.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/output.js.map" beforeDir="false" afterPath="$PROJECT_DIR$/output.js.map" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/ResJson.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/ResJson.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/panels/SuccessPrizePanel.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/panels/SuccessPrizePanel.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" />
......@@ -99,7 +99,7 @@
<recent name="$PROJECT_DIR$/lotties" />
</key>
</component>
<component name="RunManager" selected="npm.dev">
<component name="RunManager" selected="npm.buildTS">
<configuration name="build" type="js.build_tools.npm" temporary="true" nameIsGenerated="true">
<package-json value="$PROJECT_DIR$/package.json" />
<command value="run" />
......@@ -159,9 +159,9 @@
</list>
<recent_temporary>
<list>
<item itemvalue="npm.buildTS" />
<item itemvalue="npm.dev" />
<item itemvalue="npm.build" />
<item itemvalue="npm.buildTS" />
<item itemvalue="npm.flushRes" />
<item itemvalue="npm.handleLotS" />
</list>
......@@ -205,14 +205,8 @@
<workItem from="1618280117262" duration="11000" />
<workItem from="1618380067109" duration="2614000" />
<workItem from="1618451468778" duration="5000" />
<workItem from="1618467356154" duration="44000" />
</task>
<task id="LOCAL-00050" summary="m">
<created>1614082080974</created>
<option name="number" value="00050" />
<option name="presentableId" value="LOCAL-00050" />
<option name="project" value="LOCAL" />
<updated>1614082080977</updated>
<workItem from="1618467356154" duration="208000" />
<workItem from="1618467574132" duration="1092000" />
</task>
<task id="LOCAL-00051" summary="m">
<created>1614083501689</created>
......@@ -550,7 +544,14 @@
<option name="project" value="LOCAL" />
<updated>1618381530690</updated>
</task>
<option name="localTasksCounter" value="99" />
<task id="LOCAL-00099" summary="换了点皮">
<created>1618467529878</created>
<option name="number" value="00099" />
<option name="presentableId" value="LOCAL-00099" />
<option name="project" value="LOCAL" />
<updated>1618467529879</updated>
</task>
<option name="localTasksCounter" value="100" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
......
......@@ -10818,7 +10818,7 @@ var SuccessPrizePanel = (function (_super) {
this.addChild(new Button(RES_1.RES.getRes("sucAgain.png")))
.addEventListener(MouseEvent.CLICK, this.again, this)
.position.set(100, 1089);
this.addChild(new Button(RES_1.RES.getRes("sucGet.png")))
this.addChild(new Button(RES_1.RES.getRes("sucContinueS.png")))
.addEventListener(MouseEvent.CLICK, this.continue, this)
.position.set(385, 1089);
}
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -100,13 +100,19 @@ export class LoadingScene extends Scene {
this.dispatchEvent(Event.PROGRESS, 0.5);
await RES.loadGroup("map");
this.dispatchEvent(Event.PROGRESS, 0.6);
await RES.loadGroup('StartPanel');
this.dispatchEvent(Event.PROGRESS, 0.7);
await RES.loadGroup('UseStep');
this.dispatchEvent(Event.PROGRESS, 0.8);
await RES.loadGroup('playSceneEffect');
this.dispatchEvent(Event.PROGRESS, 0.9);
await RES.loadGroup('playSceneNum');
this.dispatchEvent(Event.PROGRESS, 1);
}
......
import { RES } from "../../../module/RES";
import { Scene } from "../../../module/views/Scene";
import MapBottom from "./MapBottom";
import MapTop from "./MapTop";
......@@ -226,6 +227,15 @@ export class MapScene extends Scene {
// stars: 2
// });
const duration = 1500;
Tween.get(FYGE)
.wait(500)
.call(() => RES.loadGroup('playScene'))
.wait(duration)
.call(() => RES.loadGroup('playSceneGuide'))
.wait(duration)
.call(() => RES.loadGroup('fiveVerHorDis'))
}
public initEvents() {
......
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