Blame view

res/tiledmaps/hero/hero4_mural.json 2.07 KB
77cf58cd   zhengshouren   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
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
  {
  "skeleton": { "hash": "GeVmI2XVr8uSplUmWhKxe5vrMtg", "spine": "3.4.02", "width": 362, "height": 409 },
  "bones": [
  	{ "name": "root" },
  	{ "name": "gate/mural", "parent": "root", "x": 47.99, "y": 0.57 },
  	{ "name": "gate/murallight", "parent": "gate/mural", "x": 3.67, "y": 292.42 }
  ],
  "slots": [
  	{ "name": "gate/mural", "bone": "gate/mural", "attachment": "gate/mural" },
  	{ "name": "gate/murallight", "bone": "gate/murallight", "attachment": "gate/murallight", "blend": "screen" }
  ],
  "skins": {
  	"default": {
  		"gate/mural": {
  			"gate/mural": { "x": 3.36, "y": 148.06, "width": 102, "height": 297 }
  		},
  		"gate/murallight": {
  			"gate/murallight": { "x": 57.74, "y": -155.39, "width": 362, "height": 409 }
  		}
  	}
  },
  "animations": {
  	"special": {
  		"slots": {
  			"gate/mural": {
  				"color": [
  					{ "time": 0, "color": "ffffffff" },
  					{ "time": 8, "color": "b8d8ffff" },
  					{ "time": 12, "color": "ffffffff" }
  				]
  			},
  			"gate/murallight": {
  				"color": [
  					{ "time": 0, "color": "ffffffff" },
  					{ "time": 2, "color": "ff913eff" },
  					{ "time": 8, "color": "3969ffff" },
  					{ "time": 12, "color": "ffffffff" }
  				]
  			}
  		},
  		"bones": {
  			"root": {
  				"rotate": [
  					{ "time": 0, "angle": 0 }
  				],
  				"translate": [
  					{ "time": 0, "x": 0, "y": 0 }
  				],
  				"scale": [
  					{ "time": 0, "x": 1, "y": 1 }
  				]
  			},
  			"gate/mural": {
  				"rotate": [
  					{ "time": 0, "angle": 0, "curve": "stepped" },
  					{ "time": 12, "angle": 0 }
  				],
  				"translate": [
  					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
  					{ "time": 12, "x": 0, "y": 0 }
  				],
  				"scale": [
  					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
  					{ "time": 12, "x": 1, "y": 1 }
  				]
  			},
  			"gate/murallight": {
  				"rotate": [
  					{ "time": 0, "angle": 0, "curve": "stepped" },
  					{ "time": 12, "angle": 0 }
  				],
  				"translate": [
  					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
  					{ "time": 12, "x": 0, "y": 0 }
  				],
  				"scale": [
  					{ "time": 0, "x": 1, "y": 1 },
  					{ "time": 8, "x": 0.901, "y": 0.901 },
  					{ "time": 12, "x": 1, "y": 1 }
  				]
  			}
  		}
  	}
  }
  }