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
42dd0333
Commit
42dd0333
authored
Apr 15, 2021
by
邱旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
换了点皮
parent
7fa8f441
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
34 additions
and
15 deletions
+34
-15
workspace.xml
.idea/workspace.xml
+12
-13
output.js
output.js
+21
-0
output.js.map
output.js.map
+1
-1
MapScene.ts
src/scene/map/MapScene.ts
+0
-1
No files found.
.idea/workspace.xml
View file @
42dd0333
...
...
@@ -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"
>
...
...
output.js
View file @
42dd0333
...
...
@@ -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);
...
...
output.js.map
View file @
42dd0333
This diff is collapsed.
Click to expand it.
src/scene/map/MapScene.ts
View file @
42dd0333
...
...
@@ -227,7 +227,6 @@ export class MapScene extends Scene {
// stars: 2
// });
const
duration
=
1500
;
Tween
.
get
(
FYGE
)
.
wait
(
500
)
...
...
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