Blame view

res/tiledmaps/hero/null.json 906 Bytes
46bcb253   dangge   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
  {
  "skeleton": { "hash": "dljAv2+qVG//U5KG4lslt4XQPdY", "spine": "3.4.02", "width": 32, "height": 32, "images": "" },
  "bones": [
  	{ "name": "root" },
  	{ "name": "null", "parent": "root", "length": 53.03, "rotation": 92.16, "x": 1, "y": 20 }
  ],
  "slots": [
  	{ "name": "null", "bone": "null", "attachment": "null" }
  ],
  "skins": {
  	"default": {
  		"null": {
  			"null": { "x": -2.8, "y": 5.1, "rotation": -92.16, "width": 32, "height": 32 }
  		}
  	}
  },
  "animations": {
  	"idle1": {
  		"bones": {
  			"null": {
  				"translate": [
  					{ "time": 0, "x": 0, "y": 0 }
  				]
  			}
  		}
  	},
  	"idle2": {
  		"bones": {
  			"null": {
  				"translate": [
  					{ "time": 0, "x": 0, "y": 0 }
  				]
  			}
  		}
  	},
  	"idle3": {
  		"bones": {
  			"null": {
  				"translate": [
  					{ "time": 0, "x": 0, "y": 0 }
  				]
  			}
  		}
  	},
  	"idle4": {
  		"bones": {
  			"null": {
  				"translate": [
  					{ "time": 0, "x": 0, "y": 0 }
  				]
  			}
  		}
  	}
  }
  }