Blame view

res/tiledmaps/mechanism/buff_zhuzi.json 892 Bytes
97b4ab5d   suhongyang   auto package
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
  {
  "skeleton": { "hash": "eRQwYvjMOf217+p9o3QFCaE8HJo", "spine": "3.4.02", "width": 60, "height": 109 },
  "bones": [
  	{ "name": "root" },
  	{ "name": "huozhu", "parent": "root", "x": -0.59, "y": 18.2 }
  ],
  "slots": [
  	{ "name": "huozhu", "bone": "huozhu", "attachment": "huozhu" }
  ],
  "skins": {
  	"default": {
  		"huozhu": {
  			"huozhu": { "x": 3.41, "y": 34.78, "width": 60, "height": 109 }
  		}
  	}
  },
  "events": {
  	"atk": {}
  },
  "animations": {
  	"atk": {
  		"bones": {
  			"huozhu": {
  				"rotate": [
  					{ "time": 0, "angle": 0, "curve": "stepped" },
  					{ "time": 0.1666, "angle": 0 }
  				],
  				"translate": [
  					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
  					{ "time": 0.1666, "x": 0, "y": 0 }
  				],
  				"scale": [
  					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
  					{ "time": 0.1666, "x": 1, "y": 1 }
  				]
  			}
  		},
  		"events": [
  			{ "time": 0, "name": "atk" }
  		]
  	}
  }
  }