Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
comparetree
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
template admin
comparetree
Commits
a4336c82
Commit
a4336c82
authored
Jun 13, 2021
by
Tt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
正确动效
parent
b1c207ea
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
22 deletions
+22
-22
scene.js
play/assets/scene/scene/scene.js
+16
-16
right_ske.json
play/assets/scene/textures/ani/right_ske.json
+1
-1
right_tex.json
play/assets/scene/textures/ani/right_tex.json
+1
-1
right_tex.png
play/assets/scene/textures/ani/right_tex.png
+0
-0
right_tex.png.meta
play/assets/scene/textures/ani/right_tex.png.meta
+4
-4
No files found.
play/assets/scene/scene/scene.js
View file @
a4336c82
...
...
@@ -375,9 +375,11 @@ cc.Class({
break
;
}
},
move
Item
(
item
,
pos
)
{
back
Item
(
item
,
pos
)
{
item
.
x
=
pos
.
x
;
item
.
y
=
pos
.
y
;
item
.
moveState
=
0
;
this
.
updateItem
(
item
);
},
initButton
(
item
)
{
item
.
on
(
cc
.
Node
.
EventType
.
TOUCH_START
,
this
.
onStartItem
,
this
);
...
...
@@ -390,11 +392,6 @@ cc.Class({
if
(
item
.
moveState
==
2
)
return
;
//判断是否是在原地并没有到处移动
this
.
_startPos
=
cc
.
v2
(
touch
.
target
.
x
,
touch
.
target
.
y
);
//有点击行为不进行位移
// let touchPos = touch.getLocation();
// touch.target.x = touchPos.x - 1280 / 2;
// touch.target.y = touchPos.y - 720 / 2;
},
//1.移动效果--在节点上绑定一个运动的type 根据type来刷新按钮效果 刷新type的方法,和具体的执行的时候刷新type
//2.成功效果--
...
...
@@ -414,7 +411,7 @@ cc.Class({
height
:
50
,
//item.height
}))
{
//回归原位
this
.
move
Item
(
item
,
this
.
_startPos
);
this
.
back
Item
(
item
,
this
.
_startPos
);
//变换动画
ani
.
flipX0
(
item
).
then
(()
=>
{
item
.
cardState
=
item
.
cardState
==
0
?
1
:
0
;
...
...
@@ -429,21 +426,24 @@ cc.Class({
//成功 失败的判断 根据id
let
successed
=
box
.
data
.
child
.
some
(
dt
=>
dt
.
cardId
==
item
.
data
.
cardId
);
if
(
successed
)
{
this
.
createRightAni
(
cc
.
v2
(
item
.
x
,
item
.
y
));
setTimeout
(()
=>
{
//检测是否全部完成
item
.
moveState
=
2
;
this
.
updateItem
(
item
);
box
.
data
.
success
.
push
(
item
);
this
.
setSuccessItemPos
(
box
,
item
);
//检测是否全部完成
},
300
);
}
else
{
item
.
moveState
=
3
;
this
.
updateItem
(
item
);
//
//
碰撞失败退回原位置
//碰撞失败退回原位置
setTimeout
(()
=>
{
this
.
move
Item
(
item
,
this
.
_startPos
);
},
1
00
);
this
.
back
Item
(
item
,
this
.
_startPos
);
},
3
00
);
}
}
else
{
this
.
move
Item
(
item
,
this
.
_startPos
);
this
.
back
Item
(
item
,
this
.
_startPos
);
}
},
onMoveItem
(
touch
)
{
...
...
play/assets/scene/textures/ani/right_ske.json
View file @
a4336c82
{
"name"
:
"right"
,
"version"
:
"5.5"
,
"armature"
:[{
"name"
:
"Armature"
,
"slot"
:[{
"name"
:
"圆"
,
"color"
:{},
"parent"
:
"圆"
},{
"name"
:
"星1"
,
"color"
:{},
"z"
:
1
,
"parent"
:
"星1"
},{
"name"
:
"星2"
,
"color"
:{},
"z"
:
2
,
"parent"
:
"星2"
},{
"name"
:
"星3"
,
"color"
:{},
"z"
:
3
,
"parent"
:
"星3"
},{
"name"
:
"星4"
,
"color"
:{},
"z"
:
4
,
"parent"
:
"星4"
},{
"name"
:
"星6"
,
"color"
:{},
"z"
:
5
,
"parent"
:
"星6"
},{
"name"
:
"星7"
,
"color"
:{},
"displayIndex"
:
1
,
"z"
:
6
,
"parent"
:
"星7"
},{
"name"
:
"星8"
,
"color"
:{},
"z"
:
7
,
"parent"
:
"星8"
},{
"name"
:
"星9"
,
"color"
:{},
"z"
:
8
,
"parent"
:
"星9"
},{
"name"
:
"星61"
,
"color"
:{},
"z"
:
9
,
"parent"
:
"星61"
},{
"name"
:
"星31"
,
"color"
:{},
"z"
:
10
,
"parent"
:
"星31"
},{
"name"
:
"星11"
,
"color"
:{},
"z"
:
11
,
"parent"
:
"星11"
},{
"name"
:
"星71"
,
"color"
:{},
"displayIndex"
:
1
,
"z"
:
12
,
"parent"
:
"星71"
},{
"name"
:
"星72"
,
"color"
:{},
"displayIndex"
:
1
,
"z"
:
13
,
"parent"
:
"星72"
},{
"name"
:
"星711"
,
"color"
:{},
"displayIndex"
:
1
,
"z"
:
14
,
"parent"
:
"星711"
}],
"bone"
:[{
"name"
:
"root"
,
"transform"
:{}},{
"name"
:
"圆"
,
"transform"
:{
"skY"
:
-89.6569
,
"scX"
:
0.1
,
"scY"
:
0.1
,
"skX"
:
-89.6569
},
"length"
:
41
,
"parent"
:
"root"
},{
"name"
:
"星6"
,
"transform"
:{
"x"
:
0.1442
,
"y"
:
-31.5107
},
"parent"
:
"root"
},{
"name"
:
"星8"
,
"transform"
:{
"x"
:
41.1298
,
"skY"
:
135
,
"y"
:
-39.776
,
"skX"
:
135
},
"parent"
:
"root"
},{
"name"
:
"星3"
,
"transform"
:{
"x"
:
24.7785
,
"y"
:
-4.3335
},
"parent"
:
"root"
},{
"name"
:
"星2"
,
"transform"
:{
"x"
:
24.8087
,
"y"
:
-25.5917
},
"parent"
:
"root"
},{
"name"
:
"星4"
,
"transform"
:{
"x"
:
7.0488
,
"y"
:
8.8215
},
"parent"
:
"root"
},{
"name"
:
"星7"
,
"transform"
:{
"x"
:
-20.4814
,
"skY"
:
-135
,
"y"
:
5.3537
,
"skX"
:
-135
},
"parent"
:
"root"
},{
"name"
:
"星9"
,
"transform"
:{
"x"
:
-33.2434
,
"skY"
:
-45
,
"y"
:
-13.9017
,
"skX"
:
-45
},
"parent"
:
"root"
},{
"name"
:
"星1"
,
"transform"
:{
"x"
:
-18.8442
,
"skY"
:
180
,
"y"
:
-17.612
,
"skX"
:
180
},
"parent"
:
"root"
},{
"name"
:
"星61"
,
"transform"
:{
"x"
:
23.0639
,
"skY"
:
32.5617
,
"y"
:
-38.5822
,
"scX"
:
0.7
,
"scY"
:
0.7
,
"skX"
:
32.5617
},
"parent"
:
"root"
},{
"name"
:
"星31"
,
"transform"
:{
"x"
:
3.6733
,
"skY"
:
17.0044
,
"y"
:
-5.783
,
"scX"
:
0.8
,
"scY"
:
0.8
,
"skX"
:
17.0044
},
"parent"
:
"root"
},{
"name"
:
"星11"
,
"transform"
:{
"x"
:
0.7025
,
"skY"
:
-14.3406
,
"y"
:
-9.1509
,
"skX"
:
-14.3406
},
"parent"
:
"root"
},{
"name"
:
"星71"
,
"transform"
:{
"x"
:
-2.2132
,
"skY"
:
136.3452
,
"y"
:
16.0506
,
"scX"
:
0.6
,
"scY"
:
0.6
,
"skX"
:
136.3452
},
"parent"
:
"root"
},{
"name"
:
"星72"
,
"transform"
:{
"x"
:
-18.9634
,
"skY"
:
73.3148
,
"y"
:
-7.9725
,
"skX"
:
73.3148
},
"parent"
:
"root"
},{
"name"
:
"星711"
,
"transform"
:{
"x"
:
-8.6825
,
"skY"
:
-87.3096
,
"y"
:
26.0182
,
"scX"
:
0.8
,
"scY"
:
0.8
,
"skX"
:
-87.3096
},
"parent"
:
"root"
}],
"ik"
:[],
"aabb"
:{
"x"
:
-50.79338842975206
,
"height"
:
126.53002406654821
,
"y"
:
-72.32128078297362
,
"width"
:
108.65871372436897
},
"defaultActions"
:[{
"gotoAndPlay"
:
"newAnimation"
}],
"skin"
:[{
"name"
:
""
,
"slot"
:[{
"name"
:
"星72"
,
"display"
:[{
"name"
:
"1/星7"
,
"transform"
:{
"x"
:
-51.937
,
"skY"
:
135
,
"y"
:
13.4704
,
"skX"
:
135
},
"type"
:
"image"
,
"path"
:
"1/星7"
},{
"name"
:
"1/星5"
,
"transform"
:{
"x"
:
0.3889
,
"skY"
:
135
,
"y"
:
0.0354
,
"skX"
:
135
},
"type"
:
"image"
,
"path"
:
"1/星5"
}]},{
"name"
:
"星2"
,
"display"
:[{
"name"
:
"1/星2"
,
"transform"
:{
"x"
:
0.65
,
"y"
:
1.1
},
"type"
:
"image"
,
"path"
:
"1/星2"
}]},{
"name"
:
"星3"
,
"display"
:[{
"name"
:
"1/星3"
,
"transform"
:{
"x"
:
0.8
,
"y"
:
-0.15
},
"type"
:
"image"
,
"path"
:
"1/星3"
}]},{
"name"
:
"星4"
,
"display"
:[{
"name"
:
"1/星4"
,
"transform"
:{
"x"
:
1.1
,
"y"
:
0.1
},
"type"
:
"image"
,
"path"
:
"1/星4"
}]},{
"name"
:
"星71"
,
"display"
:[{
"name"
:
"1/星7"
,
"transform"
:{
"x"
:
-51.937
,
"skY"
:
135
,
"y"
:
13.4704
,
"skX"
:
135
},
"type"
:
"image"
,
"path"
:
"1/星7"
},{
"name"
:
"1/星5"
,
"transform"
:{
"x"
:
0.3889
,
"skY"
:
135
,
"y"
:
0.0354
,
"skX"
:
135
},
"type"
:
"image"
,
"path"
:
"1/星5"
}]},{
"name"
:
"星6"
,
"display"
:[{
"name"
:
"1/星6"
,
"transform"
:{
"x"
:
1.55
,
"y"
:
0.3
},
"type"
:
"image"
,
"path"
:
"1/星6"
}]},{
"name"
:
"星7"
,
"display"
:[{
"name"
:
"1/星7"
,
"transform"
:{
"x"
:
-51.937
,
"skY"
:
135
,
"y"
:
13.4704
,
"skX"
:
135
},
"type"
:
"image"
,
"path"
:
"1/星7"
},{
"name"
:
"1/星5"
,
"transform"
:{
"x"
:
0.3889
,
"skY"
:
135
,
"y"
:
0.0354
,
"skX"
:
135
},
"type"
:
"image"
,
"path"
:
"1/星5"
}]},{
"name"
:
"星8"
,
"display"
:[{
"name"
:
"1/星8"
,
"transform"
:{
"x"
:
0.0707
,
"skY"
:
-135
,
"y"
:
-0.495
,
"skX"
:
-135
},
"type"
:
"image"
,
"path"
:
"1/星8"
}]},{
"name"
:
"圆"
,
"display"
:[{
"name"
:
"1/圆"
,
"transform"
:{
"skY"
:
89.6569
,
"skX"
:
89.6569
},
"type"
:
"image"
,
"path"
:
"1/圆"
}]},{
"name"
:
"星61"
,
"display"
:[{
"name"
:
"1/星6"
,
"transform"
:{
"x"
:
1.55
,
"y"
:
0.3
},
"type"
:
"image"
,
"path"
:
"1/星6"
}]},{
"name"
:
"星31"
,
"display"
:[{
"name"
:
"1/星3"
,
"transform"
:{
"x"
:
0.8
,
"y"
:
-0.15
},
"type"
:
"image"
,
"path"
:
"1/星3"
}]},{
"name"
:
"星11"
,
"display"
:[{
"name"
:
"1/星1"
,
"transform"
:{
"x"
:
-0.65
,
"skY"
:
180
,
"y"
:
-0.55
,
"skX"
:
180
},
"type"
:
"image"
,
"path"
:
"1/星1"
}]},{
"name"
:
"星9"
,
"display"
:[{
"name"
:
"1/星9"
,
"transform"
:{
"x"
:
0.2475
,
"skY"
:
45
,
"y"
:
0.3889
,
"skX"
:
45
},
"type"
:
"image"
,
"path"
:
"1/星9"
}]},{
"name"
:
"星1"
,
"display"
:[{
"name"
:
"1/星1"
,
"transform"
:{
"x"
:
-0.65
,
"skY"
:
180
,
"y"
:
-0.55
,
"skX"
:
180
},
"type"
:
"image"
,
"path"
:
"1/星1"
}]},{
"name"
:
"星711"
,
"display"
:[{
"name"
:
"1/星7"
,
"transform"
:{
"x"
:
-51.937
,
"skY"
:
135
,
"y"
:
13.4704
,
"skX"
:
135
},
"type"
:
"image"
,
"path"
:
"1/星7"
},{
"name"
:
"1/星5"
,
"transform"
:{
"x"
:
0.3889
,
"skY"
:
135
,
"y"
:
0.0354
,
"skX"
:
135
},
"type"
:
"image"
,
"path"
:
"1/星5"
}]}]}],
"frameRate"
:
24
,
"type"
:
"Armature"
,
"animation"
:[{
"name"
:
"newAnimation"
,
"frame"
:[],
"bone"
:[{
"name"
:
"root"
,
"scaleFrame"
:[],
"rotateFrame"
:[],
"translateFrame"
:[]},{
"name"
:
"圆"
,
"scaleFrame"
:[{
"tweenEasing"
:
0
,
"duration"
:
4
},{
"x"
:
10
,
"y"
:
10
,
"duration"
:
22
}],
"rotateFrame"
:[],
"translateFrame"
:[]},{
"name"
:
"星6"
,
"scaleFrame"
:[{
"duration"
:
4
},{
"tweenEasing"
:
0
,
"duration"
:
14
},{
"x"
:
0.6
,
"y"
:
0.6
,
"duration"
:
8
}],
"rotateFrame"
:[{
"duration"
:
4
,
"curve"
:[
0
,
0
,
0.5
,
1
]},{
"duration"
:
22
,
"rotate"
:
42.9161
}],
"translateFrame"
:[{
"curve"
:[
0
,
0
,
0.5
,
1
],
"duration"
:
4
},{
"x"
:
38.3058
,
"y"
:
-60.5579
,
"duration"
:
22
}]},{
"name"
:
"星8"
,
"scaleFrame"
:[],
"rotateFrame"
:[{
"duration"
:
4
,
"tweenEasing"
:
0
},{
"duration"
:
22
,
"rotate"
:
-280.7822
}],
"translateFrame"
:[{
"tweenEasing"
:
0
,
"duration"
:
4
},{
"x"
:
38.0165
,
"y"
:
-21.7975
,
"duration"
:
22
}]},{
"name"
:
"星3"
,
"scaleFrame"
:[{
"duration"
:
4
},{
"tweenEasing"
:
0
,
"duration"
:
14
},{
"x"
:
0.7
,
"y"
:
0.7
,
"duration"
:
8
}],
"rotateFrame"
:[{
"duration"
:
4
,
"tweenEasing"
:
0
},{
"duration"
:
22
,
"rotate"
:
74.0647
}],
"translateFrame"
:[{
"tweenEasing"
:
0
,
"duration"
:
4
},{
"x"
:
51.8802
,
"y"
:
18.595
,
"duration"
:
22
}]},{
"name"
:
"星2"
,
"scaleFrame"
:[{
"duration"
:
4
},{
"tweenEasing"
:
0
,
"duration"
:
20
},{
"x"
:
0.9
,
"y"
:
0.9
,
"duration"
:
2
}],
"rotateFrame"
:[{
"duration"
:
4
,
"curve"
:[
0
,
0
,
0.5
,
1
]},{
"duration"
:
22
,
"rotate"
:
104.5284
}],
"translateFrame"
:[{
"curve"
:[
0
,
0
,
0.5
,
1
],
"duration"
:
4
},{
"x"
:
73.3471
,
"y"
:
22.5
,
"duration"
:
22
}]},{
"name"
:
"星4"
,
"scaleFrame"
:[],
"rotateFrame"
:[{
"duration"
:
4
,
"curve"
:[
0
,
0
,
0.5
,
1
]},{
"duration"
:
22
,
"rotate"
:
-117.9757
}],
"translateFrame"
:[{
"curve"
:[
0
,
0
,
0.5
,
1
],
"duration"
:
4
},{
"x"
:
32.2727
,
"y"
:
61.5496
,
"duration"
:
22
}]},{
"name"
:
"星7"
,
"scaleFrame"
:[{
"duration"
:
4
},{
"tweenEasing"
:
0
,
"duration"
:
20
},{
"x"
:
0.6
,
"y"
:
0.6
,
"duration"
:
2
}],
"rotateFrame"
:[{
"duration"
:
4
,
"tweenEasing"
:
0
},{
"duration"
:
22
,
"rotate"
:
88.876
}],
"translateFrame"
:[{
"tweenEasing"
:
0
,
"duration"
:
4
},{
"x"
:
-28.7877
,
"y"
:
47.1525
,
"duration"
:
22
}]},{
"name"
:
"星9"
,
"scaleFrame"
:[{
"duration"
:
4
},{
"tweenEasing"
:
0
,
"duration"
:
16
},{
"x"
:
0.9
,
"y"
:
0.9
,
"duration"
:
6
}],
"rotateFrame"
:[{
"duration"
:
4
,
"rotate"
:
45
,
"curve"
:[
0
,
0
,
0.5
,
1
]},{
"duration"
:
22
}],
"translateFrame"
:[{
"curve"
:[
0
,
0
,
0.5
,
1
],
"duration"
:
4
},{
"x"
:
-36.4463
,
"y"
:
-24.4835
,
"duration"
:
22
}]},{
"name"
:
"星1"
,
"scaleFrame"
:[{
"duration"
:
4
},{
"tweenEasing"
:
0
,
"duration"
:
18
},{
"x"
:
0.6
,
"y"
:
0.6
,
"duration"
:
4
}],
"rotateFrame"
:[{
"duration"
:
4
,
"curve"
:[
0
,
0
,
0.5
,
1
]},{
"duration"
:
22
,
"rotate"
:
-285.7677
}],
"translateFrame"
:[{
"curve"
:[
0
,
0
,
0.5
,
1
],
"duration"
:
4
},{
"x"
:
-34.5041
,
"y"
:
-45.7025
,
"duration"
:
22
}]},{
"name"
:
"星61"
,
"scaleFrame"
:[{
"duration"
:
7
},{
"tweenEasing"
:
0
,
"duration"
:
11
},{
"x"
:
0.6
,
"y"
:
0.6
,
"duration"
:
8
}],
"rotateFrame"
:[{
"duration"
:
7
,
"curve"
:[
0
,
0
,
0.5
,
1
]},{
"duration"
:
19
,
"rotate"
:
42.9161
}],
"translateFrame"
:[{
"curve"
:[
0
,
0
,
0.5
,
1
],
"duration"
:
7
},{
"x"
:
38.3058
,
"y"
:
-60.5579
,
"duration"
:
19
}]},{
"name"
:
"星31"
,
"scaleFrame"
:[{
"duration"
:
7
},{
"tweenEasing"
:
0
,
"duration"
:
11
},{
"x"
:
0.7
,
"y"
:
0.7
,
"duration"
:
8
}],
"rotateFrame"
:[{
"duration"
:
7
,
"tweenEasing"
:
0
},{
"duration"
:
19
,
"rotate"
:
74.0647
}],
"translateFrame"
:[{
"tweenEasing"
:
0
,
"duration"
:
7
},{
"x"
:
57.3337
,
"y"
:
-18.0454
,
"duration"
:
19
}]},{
"name"
:
"星11"
,
"scaleFrame"
:[{
"duration"
:
7
},{
"tweenEasing"
:
0
,
"duration"
:
15
},{
"x"
:
0.6
,
"y"
:
0.6
,
"duration"
:
4
}],
"rotateFrame"
:[{
"duration"
:
7
,
"curve"
:[
0
,
0
,
0.5
,
1
]},{
"duration"
:
19
,
"rotate"
:
73.2489
}],
"translateFrame"
:[{
"curve"
:[
0
,
0
,
0.5
,
1
],
"duration"
:
7
},{
"x"
:
-11.969
,
"y"
:
-56.4432
,
"duration"
:
19
}]},{
"name"
:
"星71"
,
"scaleFrame"
:[{
"duration"
:
7
},{
"tweenEasing"
:
0
,
"duration"
:
17
},{
"x"
:
0.6
,
"y"
:
0.6
,
"duration"
:
2
}],
"rotateFrame"
:[{
"duration"
:
7
,
"tweenEasing"
:
0
},{
"duration"
:
19
,
"rotate"
:
88.876
}],
"translateFrame"
:[{
"tweenEasing"
:
0
,
"duration"
:
7
},{
"x"
:
-33.9733
,
"y"
:
54.6163
,
"duration"
:
19
}]},{
"name"
:
"星72"
,
"scaleFrame"
:[{
"duration"
:
7
},{
"tweenEasing"
:
0
,
"duration"
:
17
},{
"x"
:
0.6
,
"y"
:
0.6
,
"duration"
:
2
}],
"rotateFrame"
:[{
"duration"
:
7
,
"tweenEasing"
:
0
},{
"duration"
:
19
,
"rotate"
:
88.876
}],
"translateFrame"
:[{
"tweenEasing"
:
0
,
"duration"
:
7
},{
"x"
:
-50.0074
,
"y"
:
17.3645
,
"duration"
:
19
}]},{
"name"
:
"星711"
,
"scaleFrame"
:[{
"duration"
:
7
},{
"tweenEasing"
:
0
,
"duration"
:
17
},{
"x"
:
0.6
,
"y"
:
0.6
,
"duration"
:
2
}],
"rotateFrame"
:[{
"duration"
:
7
,
"tweenEasing"
:
0
},{
"duration"
:
19
,
"rotate"
:
88.876
}],
"translateFrame"
:[{
"tweenEasing"
:
0
,
"duration"
:
7
},{
"x"
:
16.4033
,
"y"
:
52.032
,
"duration"
:
19
}]}],
"playTimes"
:
0
,
"ffd"
:[],
"slot"
:[{
"name"
:
"圆"
,
"displayFrame"
:[],
"colorFrame"
:[{
"duration"
:
4
},{
"duration"
:
8
,
"tweenEasing"
:
0
},{
"duration"
:
14
,
"color"
:{
"aM"
:
0
}}]},{
"name"
:
"星1"
,
"displayFrame"
:[],
"colorFrame"
:[{
"duration"
:
4
},{
"duration"
:
18
,
"tweenEasing"
:
0
},{
"duration"
:
4
,
"color"
:{
"aM"
:
0
}}]},{
"name"
:
"星2"
,
"displayFrame"
:[],
"colorFrame"
:[{
"duration"
:
4
},{
"duration"
:
20
,
"tweenEasing"
:
0
},{
"duration"
:
2
,
"color"
:{
"aM"
:
0
}}]},{
"name"
:
"星3"
,
"displayFrame"
:[],
"colorFrame"
:[{
"duration"
:
4
},{
"duration"
:
14
,
"tweenEasing"
:
0
},{
"duration"
:
8
,
"color"
:{
"aM"
:
0
}}]},{
"name"
:
"星4"
,
"displayFrame"
:[],
"colorFrame"
:[{
"duration"
:
4
},{
"duration"
:
22
,
"tweenEasing"
:
0
},{
"duration"
:
0
,
"color"
:{
"aM"
:
0
}}]},{
"name"
:
"星6"
,
"displayFrame"
:[],
"colorFrame"
:[{
"duration"
:
4
},{
"duration"
:
14
,
"tweenEasing"
:
0
},{
"duration"
:
8
,
"color"
:{
"aM"
:
0
}}]},{
"name"
:
"星7"
,
"displayFrame"
:[],
"colorFrame"
:[{
"duration"
:
4
},{
"duration"
:
20
,
"tweenEasing"
:
0
},{
"duration"
:
2
,
"color"
:{
"aM"
:
0
}}]},{
"name"
:
"星8"
,
"displayFrame"
:[],
"colorFrame"
:[{
"duration"
:
4
},{
"duration"
:
18
,
"tweenEasing"
:
0
},{
"duration"
:
4
,
"color"
:{
"aM"
:
0
}}]},{
"name"
:
"星9"
,
"displayFrame"
:[],
"colorFrame"
:[{
"duration"
:
4
},{
"duration"
:
16
,
"tweenEasing"
:
0
},{
"duration"
:
6
,
"color"
:{
"aM"
:
0
}}]},{
"name"
:
"星61"
,
"displayFrame"
:[],
"colorFrame"
:[{
"duration"
:
7
},{
"duration"
:
11
,
"tweenEasing"
:
0
},{
"duration"
:
8
,
"color"
:{
"aM"
:
0
}}]},{
"name"
:
"星31"
,
"displayFrame"
:[],
"colorFrame"
:[{
"duration"
:
7
},{
"duration"
:
11
,
"tweenEasing"
:
0
},{
"duration"
:
8
,
"color"
:{
"aM"
:
0
}}]},{
"name"
:
"星11"
,
"displayFrame"
:[],
"colorFrame"
:[{
"duration"
:
7
},{
"duration"
:
15
,
"tweenEasing"
:
0
},{
"duration"
:
4
,
"color"
:{
"aM"
:
0
}}]},{
"name"
:
"星71"
,
"displayFrame"
:[],
"colorFrame"
:[{
"duration"
:
7
},{
"duration"
:
17
,
"tweenEasing"
:
0
},{
"duration"
:
2
,
"color"
:{
"aM"
:
0
}}]},{
"name"
:
"星72"
,
"displayFrame"
:[],
"colorFrame"
:[{
"duration"
:
7
},{
"duration"
:
17
,
"tweenEasing"
:
0
},{
"duration"
:
2
,
"color"
:{
"aM"
:
0
}}]},{
"name"
:
"星711"
,
"displayFrame"
:[],
"colorFrame"
:[{
"duration"
:
7
},{
"duration"
:
17
,
"tweenEasing"
:
0
},{
"duration"
:
2
,
"color"
:{
"aM"
:
0
}}]}],
"ik"
:[],
"duration"
:
26
}]}],
"frameRate"
:
24
,
"isGlobal"
:
0
}
\ No newline at end of file
{
"name"
:
"right"
,
"isGlobal"
:
0
,
"version"
:
"5.5"
,
"armature"
:[{
"name"
:
"Armature"
,
"ik"
:[],
"defaultActions"
:[{
"gotoAndPlay"
:
"newAnimation"
}],
"slot"
:[{
"name"
:
"圆"
,
"color"
:{},
"parent"
:
"圆"
},{
"name"
:
"星1"
,
"color"
:{},
"z"
:
1
,
"parent"
:
"星1"
},{
"name"
:
"星2"
,
"color"
:{},
"z"
:
2
,
"parent"
:
"星2"
},{
"name"
:
"星3"
,
"color"
:{},
"z"
:
3
,
"parent"
:
"星3"
},{
"name"
:
"星4"
,
"color"
:{},
"z"
:
4
,
"parent"
:
"星4"
},{
"name"
:
"星6"
,
"color"
:{},
"z"
:
5
,
"parent"
:
"星6"
},{
"name"
:
"星7"
,
"displayIndex"
:
1
,
"color"
:{},
"z"
:
6
,
"parent"
:
"星7"
},{
"name"
:
"星8"
,
"color"
:{},
"z"
:
7
,
"parent"
:
"星8"
},{
"name"
:
"星9"
,
"color"
:{},
"z"
:
8
,
"parent"
:
"星9"
},{
"name"
:
"星61"
,
"color"
:{},
"z"
:
9
,
"parent"
:
"星61"
},{
"name"
:
"星31"
,
"color"
:{},
"z"
:
10
,
"parent"
:
"星31"
},{
"name"
:
"星11"
,
"color"
:{},
"z"
:
11
,
"parent"
:
"星11"
},{
"name"
:
"星71"
,
"displayIndex"
:
1
,
"color"
:{},
"z"
:
12
,
"parent"
:
"星71"
},{
"name"
:
"星72"
,
"displayIndex"
:
1
,
"color"
:{},
"z"
:
13
,
"parent"
:
"星72"
},{
"name"
:
"星711"
,
"displayIndex"
:
1
,
"color"
:{},
"z"
:
14
,
"parent"
:
"星711"
}],
"bone"
:[{
"name"
:
"root"
,
"transform"
:{}},{
"name"
:
"圆"
,
"transform"
:{
"scX"
:
0.1
,
"scY"
:
0.1
,
"skX"
:
-89.6569
,
"skY"
:
-89.6569
},
"length"
:
41
,
"parent"
:
"root"
},{
"name"
:
"星6"
,
"transform"
:{
"x"
:
0.1442
,
"y"
:
-31.5107
},
"parent"
:
"root"
},{
"name"
:
"星8"
,
"transform"
:{
"x"
:
41.1298
,
"y"
:
-39.776
,
"skX"
:
135
,
"skY"
:
135
},
"parent"
:
"root"
},{
"name"
:
"星3"
,
"transform"
:{
"x"
:
24.7785
,
"y"
:
-4.3335
},
"parent"
:
"root"
},{
"name"
:
"星2"
,
"transform"
:{
"x"
:
24.8087
,
"y"
:
-25.5917
},
"parent"
:
"root"
},{
"name"
:
"星4"
,
"transform"
:{
"x"
:
7.0488
,
"y"
:
8.8215
},
"parent"
:
"root"
},{
"name"
:
"星7"
,
"transform"
:{
"x"
:
-20.4814
,
"y"
:
5.3537
,
"skX"
:
-135
,
"skY"
:
-135
},
"parent"
:
"root"
},{
"name"
:
"星9"
,
"transform"
:{
"x"
:
-33.2434
,
"y"
:
-13.9017
,
"skX"
:
-45
,
"skY"
:
-45
},
"parent"
:
"root"
},{
"name"
:
"星1"
,
"transform"
:{
"x"
:
-18.8442
,
"y"
:
-17.612
,
"skX"
:
180
,
"skY"
:
180
},
"parent"
:
"root"
},{
"name"
:
"星61"
,
"transform"
:{
"x"
:
23.0639
,
"scX"
:
0.7
,
"y"
:
-38.5822
,
"scY"
:
0.7
,
"skX"
:
32.5617
,
"skY"
:
32.5617
},
"parent"
:
"root"
},{
"name"
:
"星31"
,
"transform"
:{
"x"
:
3.6733
,
"scX"
:
0.8
,
"y"
:
-5.783
,
"scY"
:
0.8
,
"skX"
:
17.0044
,
"skY"
:
17.0044
},
"parent"
:
"root"
},{
"name"
:
"星11"
,
"transform"
:{
"x"
:
0.7025
,
"y"
:
-9.1509
,
"skX"
:
-14.3406
,
"skY"
:
-14.3406
},
"parent"
:
"root"
},{
"name"
:
"星71"
,
"transform"
:{
"x"
:
-2.2132
,
"scX"
:
0.6
,
"y"
:
16.0506
,
"scY"
:
0.6
,
"skX"
:
136.3452
,
"skY"
:
136.3452
},
"parent"
:
"root"
},{
"name"
:
"星72"
,
"transform"
:{
"x"
:
-18.9634
,
"y"
:
-7.9725
,
"skX"
:
73.3148
,
"skY"
:
73.3148
},
"parent"
:
"root"
},{
"name"
:
"星711"
,
"transform"
:{
"x"
:
-8.6825
,
"scX"
:
0.8
,
"y"
:
26.0182
,
"scY"
:
0.8
,
"skX"
:
-87.3096
,
"skY"
:
-87.3096
},
"parent"
:
"root"
}],
"aabb"
:{
"x"
:
-64
,
"height"
:
128.32128078297362
,
"y"
:
-72.32128078297362
,
"width"
:
128
},
"frameRate"
:
24
,
"animation"
:[{
"name"
:
"newAnimation"
,
"frame"
:[],
"duration"
:
26
,
"slot"
:[{
"name"
:
"圆"
,
"colorFrame"
:[{
"duration"
:
4
},{
"duration"
:
8
,
"tweenEasing"
:
0
},{
"color"
:{
"aM"
:
0
},
"duration"
:
14
}],
"displayFrame"
:[]},{
"name"
:
"星1"
,
"colorFrame"
:[{
"duration"
:
4
},{
"duration"
:
18
,
"tweenEasing"
:
0
},{
"color"
:{
"aM"
:
0
},
"duration"
:
4
}],
"displayFrame"
:[]},{
"name"
:
"星2"
,
"colorFrame"
:[{
"duration"
:
4
},{
"duration"
:
20
,
"tweenEasing"
:
0
},{
"color"
:{
"aM"
:
0
},
"duration"
:
2
}],
"displayFrame"
:[]},{
"name"
:
"星3"
,
"colorFrame"
:[{
"duration"
:
4
},{
"duration"
:
14
,
"tweenEasing"
:
0
},{
"color"
:{
"aM"
:
0
},
"duration"
:
8
}],
"displayFrame"
:[]},{
"name"
:
"星4"
,
"colorFrame"
:[{
"duration"
:
4
},{
"duration"
:
22
,
"tweenEasing"
:
0
},{
"color"
:{
"aM"
:
0
},
"duration"
:
0
}],
"displayFrame"
:[]},{
"name"
:
"星6"
,
"colorFrame"
:[{
"duration"
:
4
},{
"duration"
:
14
,
"tweenEasing"
:
0
},{
"color"
:{
"aM"
:
0
},
"duration"
:
8
}],
"displayFrame"
:[]},{
"name"
:
"星7"
,
"colorFrame"
:[{
"duration"
:
4
},{
"duration"
:
20
,
"tweenEasing"
:
0
},{
"color"
:{
"aM"
:
0
},
"duration"
:
2
}],
"displayFrame"
:[]},{
"name"
:
"星8"
,
"colorFrame"
:[{
"duration"
:
4
},{
"duration"
:
18
,
"tweenEasing"
:
0
},{
"color"
:{
"aM"
:
0
},
"duration"
:
4
}],
"displayFrame"
:[]},{
"name"
:
"星9"
,
"colorFrame"
:[{
"duration"
:
4
},{
"duration"
:
16
,
"tweenEasing"
:
0
},{
"color"
:{
"aM"
:
0
},
"duration"
:
6
}],
"displayFrame"
:[]},{
"name"
:
"星61"
,
"colorFrame"
:[{
"duration"
:
7
},{
"duration"
:
11
,
"tweenEasing"
:
0
},{
"color"
:{
"aM"
:
0
},
"duration"
:
8
}],
"displayFrame"
:[]},{
"name"
:
"星31"
,
"colorFrame"
:[{
"duration"
:
7
},{
"duration"
:
11
,
"tweenEasing"
:
0
},{
"color"
:{
"aM"
:
0
},
"duration"
:
8
}],
"displayFrame"
:[]},{
"name"
:
"星11"
,
"colorFrame"
:[{
"duration"
:
7
},{
"duration"
:
15
,
"tweenEasing"
:
0
},{
"color"
:{
"aM"
:
0
},
"duration"
:
4
}],
"displayFrame"
:[]},{
"name"
:
"星71"
,
"colorFrame"
:[{
"duration"
:
7
},{
"duration"
:
17
,
"tweenEasing"
:
0
},{
"color"
:{
"aM"
:
0
},
"duration"
:
2
}],
"displayFrame"
:[]},{
"name"
:
"星72"
,
"colorFrame"
:[{
"duration"
:
7
},{
"duration"
:
17
,
"tweenEasing"
:
0
},{
"color"
:{
"aM"
:
0
},
"duration"
:
2
}],
"displayFrame"
:[]},{
"name"
:
"星711"
,
"colorFrame"
:[{
"duration"
:
7
},{
"duration"
:
17
,
"tweenEasing"
:
0
},{
"color"
:{
"aM"
:
0
},
"duration"
:
2
}],
"displayFrame"
:[]}],
"bone"
:[{
"name"
:
"root"
,
"scaleFrame"
:[],
"translateFrame"
:[],
"rotateFrame"
:[]},{
"name"
:
"圆"
,
"scaleFrame"
:[{
"duration"
:
4
,
"tweenEasing"
:
0
},{
"x"
:
10
,
"duration"
:
22
,
"y"
:
10
}],
"translateFrame"
:[],
"rotateFrame"
:[]},{
"name"
:
"星6"
,
"scaleFrame"
:[{
"duration"
:
4
},{
"duration"
:
14
,
"tweenEasing"
:
0
},{
"x"
:
0.6
,
"duration"
:
8
,
"y"
:
0.6
}],
"translateFrame"
:[{
"duration"
:
4
,
"curve"
:[
0
,
0
,
0.5
,
1
]},{
"x"
:
38.3058
,
"duration"
:
3
,
"tweenEasing"
:
0
,
"y"
:
-60.5579
},{
"x"
:
38.3058
,
"duration"
:
19
,
"y"
:
-89.2535
}],
"rotateFrame"
:[{
"duration"
:
4
,
"curve"
:[
0
,
0
,
0.5
,
1
]},{
"rotate"
:
42.9161
,
"duration"
:
22
}]},{
"name"
:
"星8"
,
"scaleFrame"
:[],
"translateFrame"
:[{
"duration"
:
4
,
"tweenEasing"
:
0
},{
"x"
:
65.1904
,
"duration"
:
22
,
"y"
:
-16.9062
}],
"rotateFrame"
:[{
"duration"
:
4
,
"tweenEasing"
:
0
},{
"rotate"
:
-280.7822
,
"duration"
:
22
}]},{
"name"
:
"星3"
,
"scaleFrame"
:[{
"duration"
:
4
},{
"duration"
:
14
,
"tweenEasing"
:
0
},{
"x"
:
0.7
,
"duration"
:
8
,
"y"
:
0.7
}],
"translateFrame"
:[{
"duration"
:
4
,
"tweenEasing"
:
0
},{
"x"
:
77.9671
,
"duration"
:
22
,
"y"
:
38.7037
}],
"rotateFrame"
:[{
"duration"
:
4
,
"tweenEasing"
:
0
},{
"rotate"
:
74.0647
,
"duration"
:
22
}]},{
"name"
:
"星2"
,
"scaleFrame"
:[{
"duration"
:
4
},{
"duration"
:
20
,
"tweenEasing"
:
0
},{
"x"
:
0.9
,
"duration"
:
2
,
"y"
:
0.9
}],
"translateFrame"
:[{
"duration"
:
4
,
"curve"
:[
0
,
0
,
0.5
,
1
]},{
"x"
:
73.3471
,
"duration"
:
22
,
"y"
:
22.5
}],
"rotateFrame"
:[{
"duration"
:
4
,
"curve"
:[
0
,
0
,
0.5
,
1
]},{
"rotate"
:
104.5284
,
"duration"
:
22
}]},{
"name"
:
"星4"
,
"scaleFrame"
:[],
"translateFrame"
:[{
"duration"
:
4
,
"curve"
:[
0
,
0
,
0.5
,
1
]},{
"x"
:
61.4575
,
"duration"
:
22
,
"y"
:
98.3431
}],
"rotateFrame"
:[{
"duration"
:
4
,
"curve"
:[
0
,
0
,
0.5
,
1
]},{
"rotate"
:
-117.9757
,
"duration"
:
22
}]},{
"name"
:
"星7"
,
"scaleFrame"
:[{
"duration"
:
4
},{
"duration"
:
20
,
"tweenEasing"
:
0
},{
"x"
:
0.6
,
"duration"
:
2
,
"y"
:
0.6
}],
"translateFrame"
:[{
"duration"
:
4
,
"tweenEasing"
:
0
},{
"x"
:
-57.0486
,
"duration"
:
22
,
"y"
:
81.3916
}],
"rotateFrame"
:[{
"duration"
:
4
,
"tweenEasing"
:
0
},{
"rotate"
:
88.876
,
"duration"
:
22
}]},{
"name"
:
"星9"
,
"scaleFrame"
:[{
"duration"
:
4
},{
"duration"
:
16
,
"tweenEasing"
:
0
},{
"x"
:
0.9
,
"duration"
:
6
,
"y"
:
0.9
}],
"translateFrame"
:[{
"duration"
:
4
,
"curve"
:[
0
,
0
,
0.5
,
1
]},{
"x"
:
-71.6637
,
"duration"
:
22
,
"y"
:
-21.9835
}],
"rotateFrame"
:[{
"rotate"
:
45
,
"duration"
:
4
,
"curve"
:[
0
,
0
,
0.5
,
1
]},{
"duration"
:
22
}]},{
"name"
:
"星1"
,
"scaleFrame"
:[{
"duration"
:
4
},{
"duration"
:
18
,
"tweenEasing"
:
0
},{
"x"
:
0.6
,
"duration"
:
4
,
"y"
:
0.6
}],
"translateFrame"
:[{
"duration"
:
4
,
"curve"
:[
0
,
0
,
0.5
,
1
]},{
"x"
:
-49.7215
,
"duration"
:
22
,
"y"
:
-72.3329
}],
"rotateFrame"
:[{
"duration"
:
4
,
"curve"
:[
0
,
0
,
0.5
,
1
]},{
"rotate"
:
-285.7677
,
"duration"
:
22
}]},{
"name"
:
"星61"
,
"scaleFrame"
:[{
"duration"
:
7
},{
"duration"
:
11
,
"tweenEasing"
:
0
},{
"x"
:
0.6
,
"duration"
:
8
,
"y"
:
0.6
}],
"translateFrame"
:[{
"duration"
:
7
,
"curve"
:[
0
,
0
,
0.5
,
1
]},{
"x"
:
83.4688
,
"duration"
:
19
,
"y"
:
-84.797
}],
"rotateFrame"
:[{
"duration"
:
7
,
"curve"
:[
0
,
0
,
0.5
,
1
]},{
"rotate"
:
42.9161
,
"duration"
:
19
}]},{
"name"
:
"星31"
,
"scaleFrame"
:[{
"duration"
:
7
},{
"duration"
:
11
,
"tweenEasing"
:
0
},{
"x"
:
0.7
,
"duration"
:
8
,
"y"
:
0.7
}],
"translateFrame"
:[{
"duration"
:
7
,
"tweenEasing"
:
0
},{
"x"
:
81.2468
,
"duration"
:
19
,
"y"
:
-25.1106
}],
"rotateFrame"
:[{
"duration"
:
7
,
"tweenEasing"
:
0
},{
"rotate"
:
74.0647
,
"duration"
:
19
}]},{
"name"
:
"星11"
,
"scaleFrame"
:[{
"duration"
:
7
},{
"duration"
:
15
,
"tweenEasing"
:
0
},{
"x"
:
0.6
,
"duration"
:
4
,
"y"
:
0.6
}],
"translateFrame"
:[{
"duration"
:
7
,
"curve"
:[
0
,
0
,
0.5
,
1
]},{
"x"
:
-17.132
,
"duration"
:
19
,
"y"
:
-85.5193
}],
"rotateFrame"
:[{
"duration"
:
7
,
"curve"
:[
0
,
0
,
0.5
,
1
]},{
"rotate"
:
73.2489
,
"duration"
:
19
}]},{
"name"
:
"星71"
,
"scaleFrame"
:[{
"duration"
:
7
},{
"duration"
:
17
,
"tweenEasing"
:
0
},{
"x"
:
0.6
,
"duration"
:
2
,
"y"
:
0.6
}],
"translateFrame"
:[{
"duration"
:
7
,
"tweenEasing"
:
0
},{
"x"
:
-35.332
,
"duration"
:
19
,
"y"
:
93.2033
}],
"rotateFrame"
:[{
"duration"
:
7
,
"tweenEasing"
:
0
},{
"rotate"
:
88.876
,
"duration"
:
19
}]},{
"name"
:
"星72"
,
"scaleFrame"
:[{
"duration"
:
7
},{
"duration"
:
17
,
"tweenEasing"
:
0
},{
"x"
:
0.6
,
"duration"
:
2
,
"y"
:
0.6
}],
"translateFrame"
:[{
"duration"
:
7
,
"tweenEasing"
:
0
},{
"x"
:
-87.0726
,
"duration"
:
19
,
"y"
:
22.0384
}],
"rotateFrame"
:[{
"duration"
:
7
,
"tweenEasing"
:
0
},{
"rotate"
:
88.876
,
"duration"
:
19
}]},{
"name"
:
"星711"
,
"scaleFrame"
:[{
"duration"
:
7
},{
"duration"
:
17
,
"tweenEasing"
:
0
},{
"x"
:
0.6
,
"duration"
:
2
,
"y"
:
0.6
}],
"translateFrame"
:[{
"duration"
:
7
,
"tweenEasing"
:
0
},{
"x"
:
32.2728
,
"duration"
:
19
,
"y"
:
59.8038
}],
"rotateFrame"
:[{
"duration"
:
7
,
"tweenEasing"
:
0
},{
"rotate"
:
88.876
,
"duration"
:
19
}]}],
"playTimes"
:
0
,
"ffd"
:[],
"ik"
:[]}],
"type"
:
"Armature"
,
"skin"
:[{
"name"
:
""
,
"slot"
:[{
"name"
:
"星4"
,
"display"
:[{
"name"
:
"1/星4"
,
"transform"
:{
"x"
:
1.1
,
"y"
:
0.1
},
"type"
:
"image"
,
"path"
:
"1/星4"
}]},{
"name"
:
"圆"
,
"display"
:[{
"name"
:
"1/圆"
,
"transform"
:{
"skX"
:
89.6569
,
"skY"
:
89.6569
},
"type"
:
"image"
,
"path"
:
"1/勾"
}]},{
"name"
:
"星61"
,
"display"
:[{
"name"
:
"1/星6"
,
"transform"
:{
"x"
:
1.55
,
"y"
:
0.3
},
"type"
:
"image"
,
"path"
:
"1/星6"
}]},{
"name"
:
"星31"
,
"display"
:[{
"name"
:
"1/星3"
,
"transform"
:{
"x"
:
0.8
,
"y"
:
-0.15
},
"type"
:
"image"
,
"path"
:
"1/星3"
}]},{
"name"
:
"星3"
,
"display"
:[{
"name"
:
"1/星3"
,
"transform"
:{
"x"
:
0.8
,
"y"
:
-0.15
},
"type"
:
"image"
,
"path"
:
"1/星3"
}]},{
"name"
:
"星11"
,
"display"
:[{
"name"
:
"1/星1"
,
"transform"
:{
"x"
:
-0.65
,
"y"
:
-0.55
,
"skX"
:
180
,
"skY"
:
180
},
"type"
:
"image"
,
"path"
:
"1/星1"
}]},{
"name"
:
"星71"
,
"display"
:[{
"name"
:
"1/星7"
,
"transform"
:{
"x"
:
-51.937
,
"y"
:
13.4704
,
"skX"
:
135
,
"skY"
:
135
},
"type"
:
"image"
,
"path"
:
"1/星7"
},{
"name"
:
"1/星5"
,
"transform"
:{
"x"
:
0.3889
,
"y"
:
0.0354
,
"skX"
:
135
,
"skY"
:
135
},
"type"
:
"image"
,
"path"
:
"1/星5"
}]},{
"name"
:
"星2"
,
"display"
:[{
"name"
:
"1/星2"
,
"transform"
:{
"x"
:
0.65
,
"y"
:
1.1
},
"type"
:
"image"
,
"path"
:
"1/星2"
}]},{
"name"
:
"星72"
,
"display"
:[{
"name"
:
"1/星7"
,
"transform"
:{
"x"
:
-51.937
,
"y"
:
13.4704
,
"skX"
:
135
,
"skY"
:
135
},
"type"
:
"image"
,
"path"
:
"1/星7"
},{
"name"
:
"1/星5"
,
"transform"
:{
"x"
:
0.3889
,
"y"
:
0.0354
,
"skX"
:
135
,
"skY"
:
135
},
"type"
:
"image"
,
"path"
:
"1/星5"
}]},{
"name"
:
"星8"
,
"display"
:[{
"name"
:
"1/星8"
,
"transform"
:{
"x"
:
0.0707
,
"y"
:
-0.495
,
"skX"
:
-135
,
"skY"
:
-135
},
"type"
:
"image"
,
"path"
:
"1/星8"
}]},{
"name"
:
"星9"
,
"display"
:[{
"name"
:
"1/星9"
,
"transform"
:{
"x"
:
0.2475
,
"y"
:
0.3889
,
"skX"
:
45
,
"skY"
:
45
},
"type"
:
"image"
,
"path"
:
"1/星9"
}]},{
"name"
:
"星711"
,
"display"
:[{
"name"
:
"1/星7"
,
"transform"
:{
"x"
:
-51.937
,
"y"
:
13.4704
,
"skX"
:
135
,
"skY"
:
135
},
"type"
:
"image"
,
"path"
:
"1/星7"
},{
"name"
:
"1/星5"
,
"transform"
:{
"x"
:
0.3889
,
"y"
:
0.0354
,
"skX"
:
135
,
"skY"
:
135
},
"type"
:
"image"
,
"path"
:
"1/星5"
}]},{
"name"
:
"星1"
,
"display"
:[{
"name"
:
"1/星1"
,
"transform"
:{
"x"
:
-0.65
,
"y"
:
-0.55
,
"skX"
:
180
,
"skY"
:
180
},
"type"
:
"image"
,
"path"
:
"1/星1"
}]},{
"name"
:
"星7"
,
"display"
:[{
"name"
:
"1/星7"
,
"transform"
:{
"x"
:
-51.937
,
"y"
:
13.4704
,
"skX"
:
135
,
"skY"
:
135
},
"type"
:
"image"
,
"path"
:
"1/星7"
},{
"name"
:
"1/星5"
,
"transform"
:{
"x"
:
0.3889
,
"y"
:
0.0354
,
"skX"
:
135
,
"skY"
:
135
},
"type"
:
"image"
,
"path"
:
"1/星5"
}]},{
"name"
:
"星6"
,
"display"
:[{
"name"
:
"1/星6"
,
"transform"
:{
"x"
:
1.55
,
"y"
:
0.3
,
"skX"
:
0.1937
,
"skY"
:
0.1937
},
"type"
:
"image"
,
"path"
:
"1/星6"
}]}]}]}],
"frameRate"
:
24
}
\ No newline at end of file
play/assets/scene/textures/ani/right_tex.json
View file @
a4336c82
{
"name"
:
"right"
,
"imagePath"
:
"right_tex.png"
,
"SubTexture"
:[{
"name"
:
"1/圆"
,
"x"
:
1
,
"height"
:
98
,
"y"
:
1
,
"width"
:
98
},{
"name"
:
"1/星1"
,
"x"
:
66
,
"height"
:
59
,
"y"
:
172
,
"width"
:
57
},{
"name"
:
"1/星2"
,
"x"
:
71
,
"height"
:
45
,
"y"
:
101
,
"width"
:
43
},{
"name"
:
"1/星3"
,
"x"
:
1
,
"height"
:
64
,
"y"
:
172
,
"width"
:
63
},{
"name"
:
"1/星4"
,
"x"
:
183
,
"height"
:
45
,
"y"
:
172
,
"width"
:
45
},{
"name"
:
"1/星6"
,
"x"
:
1
,
"height"
:
69
,
"y"
:
101
,
"width"
:
68
},{
"name"
:
"1/星7"
,
"x"
:
116
,
"height"
:
40
,
"y"
:
101
,
"width"
:
37
},{
"name"
:
"1/星5"
,
"x"
:
125
,
"height"
:
57
,
"y"
:
172
,
"width"
:
56
},{
"name"
:
"1/星8"
,
"x"
:
183
,
"height"
:
33
,
"y"
:
219
,
"width"
:
32
},{
"name"
:
"1/星9"
,
"x"
:
155
,
"height"
:
37
,
"y"
:
101
,
"width"
:
36
}],
"height"
:
256
,
"width"
:
256
}
\ No newline at end of file
{
"name"
:
"right"
,
"SubTexture"
:[{
"name"
:
"1/勾"
,
"x"
:
1
,
"height"
:
112
,
"y"
:
1
,
"width"
:
128
},{
"name"
:
"1/星1"
,
"x"
:
196
,
"height"
:
59
,
"y"
:
72
,
"width"
:
57
},{
"name"
:
"1/星2"
,
"x"
:
1
,
"height"
:
45
,
"y"
:
192
,
"width"
:
43
},{
"name"
:
"1/星3"
,
"x"
:
131
,
"height"
:
64
,
"y"
:
72
,
"width"
:
63
},{
"name"
:
"1/星4"
,
"x"
:
201
,
"height"
:
45
,
"y"
:
1
,
"width"
:
45
},{
"name"
:
"1/星6"
,
"x"
:
131
,
"height"
:
69
,
"y"
:
1
,
"width"
:
68
},{
"name"
:
"1/星7"
,
"x"
:
1
,
"height"
:
40
,
"y"
:
115
,
"width"
:
37
},{
"name"
:
"1/星5"
,
"x"
:
196
,
"height"
:
57
,
"y"
:
133
,
"width"
:
56
},{
"name"
:
"1/星8"
,
"x"
:
78
,
"height"
:
33
,
"y"
:
115
,
"width"
:
32
},{
"name"
:
"1/星9"
,
"x"
:
40
,
"height"
:
37
,
"y"
:
115
,
"width"
:
36
}],
"imagePath"
:
"right_tex.png"
,
"height"
:
256
,
"width"
:
256
}
\ No newline at end of file
play/assets/scene/textures/ani/right_tex.png
View replaced file @
b1c207ea
View file @
a4336c82
37.5 KB
|
W:
|
H:
39.9 KB
|
W:
|
H:
2-up
Swipe
Onion skin
play/assets/scene/textures/ani/right_tex.png.meta
View file @
a4336c82
...
...
@@ -18,12 +18,12 @@
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -1
3.5
,
"offsetY":
1.5
,
"offsetX": -1,
"offsetY":
9
,
"trimX": 1,
"trimY": 1,
"width": 2
27
,
"height": 2
51
,
"width": 2
52
,
"height": 2
36
,
"rawWidth": 256,
"rawHeight": 256,
"borderTop": 0,
...
...
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