-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtanks.json
84 lines (83 loc) · 1.9 KB
/
tanks.json
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
{"frames": [
{
"filename": "shadow",
"frame": {"x":0,"y":0,"w":80,"h":80},
"rotated": false,
"trimmed": false,
"spriteSourceSize": {"x":0,"y":0,"w":80,"h":80},
"sourceSize": {"w":80,"h":80}
},
{
"filename": "tank1",
"frame": {"x":190,"y":52,"w":54,"h":52},
"rotated": false,
"trimmed": true,
"spriteSourceSize": {"x":3,"y":5,"w":54,"h":52},
"sourceSize": {"w":64,"h":64}
},
{
"filename": "tank2",
"frame": {"x":136,"y":52,"w":54,"h":52},
"rotated": false,
"trimmed": true,
"spriteSourceSize": {"x":3,"y":5,"w":54,"h":52},
"sourceSize": {"w":64,"h":64}
},
{
"filename": "tank3",
"frame": {"x":80,"y":54,"w":56,"h":54},
"rotated": false,
"trimmed": true,
"spriteSourceSize": {"x":2,"y":4,"w":56,"h":54},
"sourceSize": {"w":64,"h":64}
},
{
"filename": "tank4",
"frame": {"x":190,"y":0,"w":54,"h":52},
"rotated": false,
"trimmed": true,
"spriteSourceSize": {"x":3,"y":5,"w":54,"h":52},
"sourceSize": {"w":64,"h":64}
},
{
"filename": "tank5",
"frame": {"x":136,"y":0,"w":54,"h":52},
"rotated": false,
"trimmed": true,
"spriteSourceSize": {"x":3,"y":5,"w":54,"h":52},
"sourceSize": {"w":64,"h":64}
},
{
"filename": "tank6",
"frame": {"x":80,"y":0,"w":56,"h":54},
"rotated": false,
"trimmed": true,
"spriteSourceSize": {"x":2,"y":4,"w":56,"h":54},
"sourceSize": {"w":64,"h":64}
},
{
"filename": "tracks",
"frame": {"x":48,"y":80,"w":24,"h":12},
"rotated": false,
"trimmed": false,
"spriteSourceSize": {"x":0,"y":0,"w":24,"h":12},
"sourceSize": {"w":24,"h":12}
},
{
"filename": "turret",
"frame": {"x":0,"y":80,"w":48,"h":28},
"rotated": false,
"trimmed": true,
"spriteSourceSize": {"x":1,"y":2,"w":48,"h":28},
"sourceSize": {"w":50,"h":32}
}],
"meta": {
"app": "http://www.codeandweb.com/texturepacker ",
"version": "1.0",
"image": "tanks.png",
"format": "RGBA8888",
"size": {"w":244,"h":108},
"scale": "1",
"smartupdate": "$TexturePacker:SmartUpdate:99b2f74fa157c5b63e72b0d68be078b4:1/1$"
}
}