Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
free-combo-manager-plug
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jin Liu
free-combo-manager-plug
Commits
26f0de94
Commit
26f0de94
authored
Jun 24, 2020
by
Jin Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
处理了tween对象未记录的bug
parent
220f3d54
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
FreeCombo/scripts/FreeAwardEffect.js
+1
-1
No files found.
FreeCombo/scripts/FreeAwardEffect.js
View file @
26f0de94
...
...
@@ -47,7 +47,7 @@ cc.Class({
this
.
playFx
(
index
+
1
);
this
.
mySprite
.
spriteFrame
=
this
.
spriteList
[
index
];
cc
.
tween
(
this
.
node
)
this
.
tween
=
cc
.
tween
(
this
.
node
)
.
by
(
0.4
,
{
scale
:
1.2
,
position
:
cc
.
v2
(
0
,
0
)
},
{
easing
:
'backOut'
})
.
by
(
0.8
,
{
scale
:
0
,
position
:
cc
.
v2
(
0
,
0
)
})
.
to
(
0.4
,
{
scale
:
0
},
{
easing
:
'backIn'
})
...
...
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