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
7985350a
Commit
7985350a
authored
Feb 05, 2021
by
邱旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
7777
parent
fc5e58d9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
magicLion.png
resource/playScene/magicLion.png
+0
-0
magicLionBg.png
resource/playScene/magicLionBg.png
+0
-0
LoadingScene.ts
src/scene/LoadingScene.ts
+1
-1
MagicLionAni.ts
src/something/anis/MagicLionAni.ts
+2
-2
No files found.
resource/playScene/magicLion.png
View replaced file @
fc5e58d9
View file @
7985350a
9.47 KB
|
W:
|
H:
11 KB
|
W:
|
H:
2-up
Swipe
Onion skin
resource/playScene/magicLionBg.png
View replaced file @
fc5e58d9
View file @
7985350a
7.2 KB
|
W:
|
H:
17.3 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/scene/LoadingScene.ts
View file @
7985350a
...
@@ -94,7 +94,7 @@ export class LoadingScene extends Scene {
...
@@ -94,7 +94,7 @@ export class LoadingScene extends Scene {
if
(
pro
>=
1
)
{
if
(
pro
>=
1
)
{
this
.
removeEventListener
(
FYGE
.
Event
.
PROGRESS
,
this
.
progressEvent
,
this
);
this
.
removeEventListener
(
FYGE
.
Event
.
PROGRESS
,
this
.
progressEvent
,
this
);
// changeScene(MapScene, {from: "loading"})
// changeScene(MapScene, {from: "loading"})
changeScene
(
PlayScene
,
{
chapter
:
70
});
changeScene
(
PlayScene
,
{
chapter
:
1
});
// changeScene(LotteryScene,{level:1});
// changeScene(LotteryScene,{level:1});
}
}
})
})
...
...
src/something/anis/MagicLionAni.ts
View file @
7985350a
...
@@ -51,8 +51,8 @@ export class MagicLionAni extends Ani {
...
@@ -51,8 +51,8 @@ export class MagicLionAni extends Ani {
this
.
upImage
.
scaleX
=
this
.
upImage
.
scaleY
=
1
;
this
.
upImage
.
scaleX
=
this
.
upImage
.
scaleY
=
1
;
this
.
upImage
.
alpha
=
1
;
this
.
upImage
.
alpha
=
1
;
FYGE
.
Tween
.
get
(
this
.
downImage
)
FYGE
.
Tween
.
get
(
this
.
downImage
)
.
to
({
scaleX
:
1.5
,
scaleY
:
1.5
},
300
)
.
to
({
scaleX
:
2
,
scaleY
:
2
},
300
)
.
to
({
scaleX
:
1.
1
,
scaleY
:
1.1
},
200
)
.
to
({
scaleX
:
1.
2
,
scaleY
:
1.2
},
200
)
.
wait
(
150
)
//和所有元素旋转时间一致,反正到时调整
.
wait
(
150
)
//和所有元素旋转时间一致,反正到时调整
.
to
({
alpha
:
0
,
scaleX
:
0.2
,
scaleY
:
0.2
},
100
)
.
to
({
alpha
:
0
,
scaleX
:
0.2
,
scaleY
:
0.2
},
100
)
.
call
(()
=>
{
.
call
(()
=>
{
...
...
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