Commit 42dd0333 authored by 邱旭's avatar 邱旭

换了点皮

parent 7fa8f441
......@@ -5,8 +5,6 @@
<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/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 +97,7 @@
<recent name="$PROJECT_DIR$/lotties" />
</key>
</component>
<component name="RunManager" selected="npm.buildTS">
<component name="RunManager" selected="npm.dev">
<configuration name="build" type="js.build_tools.npm" temporary="true" nameIsGenerated="true">
<package-json value="$PROJECT_DIR$/package.json" />
<command value="run" />
......@@ -159,8 +157,8 @@
</list>
<recent_temporary>
<list>
<item itemvalue="npm.buildTS" />
<item itemvalue="npm.dev" />
<item itemvalue="npm.buildTS" />
<item itemvalue="npm.build" />
<item itemvalue="npm.flushRes" />
<item itemvalue="npm.handleLotS" />
......@@ -206,14 +204,8 @@
<workItem from="1618380067109" duration="2614000" />
<workItem from="1618451468778" duration="5000" />
<workItem from="1618467356154" duration="208000" />
<workItem from="1618467574132" duration="1092000" />
</task>
<task id="LOCAL-00051" summary="m">
<created>1614083501689</created>
<option name="number" value="00051" />
<option name="presentableId" value="LOCAL-00051" />
<option name="project" value="LOCAL" />
<updated>1614083501689</updated>
<workItem from="1618467574132" duration="1140000" />
<workItem from="1618476396612" duration="155000" />
</task>
<task id="LOCAL-00052" summary="m">
<created>1614131940838</created>
......@@ -551,7 +543,14 @@
<option name="project" value="LOCAL" />
<updated>1618467529879</updated>
</task>
<option name="localTasksCounter" value="100" />
<task id="LOCAL-00100" summary="换了点皮">
<created>1618468679402</created>
<option name="number" value="00100" />
<option name="presentableId" value="LOCAL-00100" />
<option name="project" value="LOCAL" />
<updated>1618468679402</updated>
</task>
<option name="localTasksCounter" value="101" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
......
......@@ -11121,9 +11121,21 @@ var LoadingScene = (function (_super) {
case 3:
_a.sent();
this.dispatchEvent(Event.PROGRESS, 0.6);
return [4, RES_1.RES.loadGroup('StartPanel')];
case 4:
_a.sent();
this.dispatchEvent(Event.PROGRESS, 0.7);
return [4, RES_1.RES.loadGroup('UseStep')];
case 5:
_a.sent();
this.dispatchEvent(Event.PROGRESS, 0.8);
return [4, RES_1.RES.loadGroup('playSceneEffect')];
case 6:
_a.sent();
this.dispatchEvent(Event.PROGRESS, 0.9);
return [4, RES_1.RES.loadGroup('playSceneNum')];
case 7:
_a.sent();
this.dispatchEvent(Event.PROGRESS, 1);
return [2];
}
......@@ -13889,6 +13901,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.MapScene = void 0;
var RES_1 = __webpack_require__(/*! ../../../module/RES */ "./module/RES.ts");
var Scene_1 = __webpack_require__(/*! ../../../module/views/Scene */ "./module/views/Scene.ts");
var MapBottom_1 = __webpack_require__(/*! ./MapBottom */ "./src/scene/map/MapBottom.ts");
var MapTop_1 = __webpack_require__(/*! ./MapTop */ "./src/scene/map/MapTop.ts");
......@@ -14077,6 +14090,14 @@ var MapScene = (function (_super) {
};
MapScene.prototype.start = function (data) {
_super.prototype.start.call(this, data);
var duration = 1500;
Tween.get(FYGE)
.wait(500)
.call(function () { return RES_1.RES.loadGroup('playScene'); })
.wait(duration)
.call(function () { return RES_1.RES.loadGroup('playSceneGuide'); })
.wait(duration)
.call(function () { return RES_1.RES.loadGroup('fiveVerHorDis'); });
};
MapScene.prototype.initEvents = function () {
_super.prototype.initEvents.call(this);
......
This diff is collapsed.
......@@ -227,7 +227,6 @@ export class MapScene extends Scene {
// stars: 2
// });
const duration = 1500;
Tween.get(FYGE)
.wait(500)
......
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