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
7fa8f441
Commit
7fa8f441
authored
Apr 15, 2021
by
邱旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
换了点皮
parent
afb0f9d2
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
33 additions
and
16 deletions
+33
-16
workspace.xml
.idea/workspace.xml
+14
-13
output.js
output.js
+1
-1
output.js.map
output.js.map
+1
-1
LoadingScene.ts
src/scene/LoadingScene.ts
+7
-1
MapScene.ts
src/scene/map/MapScene.ts
+10
-0
No files found.
.idea/workspace.xml
View file @
7fa8f441
...
...
@@ -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"
>
...
...
output.js
View file @
7fa8f441
...
...
@@ -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("suc
Get
.png")))
this.addChild(new Button(RES_1.RES.getRes("suc
ContinueS
.png")))
.addEventListener(MouseEvent.CLICK, this.continue, this)
.position.set(385, 1089);
}
...
...
output.js.map
View file @
7fa8f441
This diff is collapsed.
Click to expand it.
src/scene/LoadingScene.ts
View file @
7fa8f441
...
...
@@ -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
);
}
...
...
src/scene/map/MapScene.ts
View file @
7fa8f441
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
()
{
...
...
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