Blame view

res/spineEff/ice.json 2.62 KB
77cf58cd   zhengshouren   auto package
1
  {
63aa7da5   zhengshouren   auto package
2
  "skeleton": { "hash": "60IWcMMgVXSEqy2KP+TulxRJ4WM", "spine": "3.4.02", "width": 2834.28, "height": 1389.21 },
77cf58cd   zhengshouren   auto package
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  "bones": [
  	{ "name": "root", "scaleX": 1.4, "scaleY": 1.4 },
  	{ "name": "hanbing", "parent": "root", "y": 201.92, "scaleX": 1.038, "scaleY": 1.038 },
  	{ "name": "hanbing2", "parent": "root", "y": 201.92, "scaleX": 1.246, "scaleY": 1.246 },
  	{ "name": "hanbing3", "parent": "root", "y": 201.92, "scaleX": 1.246, "scaleY": 1.246 },
  	{ "name": "hanbing4", "parent": "root", "y": 201.92, "scaleX": 1.246, "scaleY": 1.246 }
  ],
  "slots": [
  	{ "name": "hanbing", "bone": "hanbing", "attachment": "hanbing" },
  	{ "name": "hanbing2", "bone": "hanbing2", "attachment": "hanbing" },
  	{ "name": "hanbing3", "bone": "hanbing3", "attachment": "hanbing" },
  	{ "name": "hanbing4", "bone": "hanbing4", "attachment": "hanbing" }
  ],
  "skins": {
  	"default": {
  		"hanbing": {
63aa7da5   zhengshouren   auto package
19
  			"hanbing": { "scaleX": 2.393, "scaleY": 2.393, "width": 812, "height": 398 }
77cf58cd   zhengshouren   auto package
20
21
  		},
  		"hanbing2": {
63aa7da5   zhengshouren   auto package
22
  			"hanbing": { "scaleX": 2, "scaleY": 2, "width": 812, "height": 398 }
77cf58cd   zhengshouren   auto package
23
24
  		},
  		"hanbing3": {
63aa7da5   zhengshouren   auto package
25
  			"hanbing": { "scaleX": 2, "scaleY": 2, "width": 812, "height": 398 }
77cf58cd   zhengshouren   auto package
26
27
  		},
  		"hanbing4": {
63aa7da5   zhengshouren   auto package
28
  			"hanbing": { "scaleX": 2, "scaleY": 2, "width": 812, "height": 398 }
77cf58cd   zhengshouren   auto package
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
  		}
  	}
  },
  "events": {
  	"special": {}
  },
  "animations": {
  	"special": {
  		"slots": {
  			"hanbing": {
  				"color": [
  					{ "time": 0, "color": "ffffff00" },
  					{ "time": 0.3333, "color": "ffffffff", "curve": "stepped" },
  					{ "time": 3.5, "color": "ffffffff" },
  					{ "time": 4, "color": "ffffff00" }
  				]
  			},
  			"hanbing2": {
  				"color": [
  					{ "time": 0, "color": "ffffff00" },
  					{ "time": 0.3333, "color": "ffffffff", "curve": "stepped" },
  					{ "time": 3.5, "color": "ffffffff" },
  					{ "time": 4, "color": "ffffff00" }
  				]
  			},
  			"hanbing3": {
  				"color": [
  					{ "time": 0, "color": "ffffff00" },
  					{ "time": 0.3333, "color": "ffffffff", "curve": "stepped" },
  					{ "time": 3.5, "color": "ffffffff" },
  					{ "time": 4, "color": "ffffff00" }
  				]
  			},
  			"hanbing4": {
  				"color": [
  					{ "time": 0, "color": "ffffff00" },
  					{ "time": 0.3333, "color": "ffffffff", "curve": "stepped" },
  					{ "time": 3.5, "color": "ffffffff" },
  					{ "time": 4, "color": "ffffff00" }
  				]
  			}
  		},
  		"bones": {
  			"hanbing": {
  				"rotate": [
  					{ "time": 0, "angle": 0, "curve": "stepped" },
  					{ "time": 4, "angle": 0 }
  				],
  				"translate": [
  					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
  					{ "time": 4, "x": 0, "y": 0 }
  				],
  				"scale": [
  					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
  					{ "time": 4, "x": 1, "y": 1 }
  				]
  			}
  		},
  		"events": [
  			{ "time": 0, "name": "special" }
  		]
  	}
  }
  }