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

换了点皮

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