-
Notifications
You must be signed in to change notification settings - Fork 0
/
tank.json
126 lines (126 loc) · 3.83 KB
/
tank.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{ "frames": {
"player 0.aseprite": {
"frame": { "x": 21, "y": 18, "w": 8, "h": 14 },
"rotated": false,
"trimmed": true,
"spriteSourceSize": { "x": 23, "y": 12, "w": 4, "h": 10 },
"sourceSize": { "w": 32, "h": 32 },
"duration": 100
},
"player 1.aseprite": {
"frame": { "x": 31, "y": 18, "w": 8, "h": 14 },
"rotated": false,
"trimmed": true,
"spriteSourceSize": { "x": 21, "y": 12, "w": 4, "h": 10 },
"sourceSize": { "w": 32, "h": 32 },
"duration": 200
},
"player 2.aseprite": {
"frame": { "x": 12, "y": 19, "w": 7, "h": 13 },
"rotated": false,
"trimmed": true,
"spriteSourceSize": { "x": 22, "y": 13, "w": 3, "h": 9 },
"sourceSize": { "w": 32, "h": 32 },
"duration": 200
},
"player 3.aseprite": {
"frame": { "x": 38, "y": 2, "w": 9, "h": 14 },
"rotated": false,
"trimmed": true,
"spriteSourceSize": { "x": 21, "y": 12, "w": 5, "h": 10 },
"sourceSize": { "w": 32, "h": 32 },
"duration": 200
},
"player 4.aseprite": {
"frame": { "x": 2, "y": 19, "w": 8, "h": 13 },
"rotated": false,
"trimmed": true,
"spriteSourceSize": { "x": 22, "y": 13, "w": 4, "h": 9 },
"sourceSize": { "w": 32, "h": 32 },
"duration": 200
},
"player 5.aseprite": {
"frame": { "x": 21, "y": 2, "w": 15, "h": 14 },
"rotated": false,
"trimmed": true,
"spriteSourceSize": { "x": 15, "y": 12, "w": 11, "h": 10 },
"sourceSize": { "w": 32, "h": 32 },
"duration": 600
},
"player 6.aseprite": {
"frame": { "x": 21, "y": 2, "w": 15, "h": 14 },
"rotated": false,
"trimmed": true,
"spriteSourceSize": { "x": 15, "y": 13, "w": 11, "h": 10 },
"sourceSize": { "w": 32, "h": 32 },
"duration": 200
},
"player 7.aseprite": {
"frame": { "x": 21, "y": 2, "w": 15, "h": 14 },
"rotated": false,
"trimmed": true,
"spriteSourceSize": { "x": 15, "y": 12, "w": 11, "h": 10 },
"sourceSize": { "w": 32, "h": 32 },
"duration": 600
},
"player 8.aseprite": {
"frame": { "x": 21, "y": 2, "w": 15, "h": 14 },
"rotated": false,
"trimmed": true,
"spriteSourceSize": { "x": 15, "y": 13, "w": 11, "h": 10 },
"sourceSize": { "w": 32, "h": 32 },
"duration": 200
},
"player 9.aseprite": {
"frame": { "x": 2, "y": 2, "w": 17, "h": 15 },
"rotated": false,
"trimmed": true,
"spriteSourceSize": { "x": 13, "y": 10, "w": 13, "h": 11 },
"sourceSize": { "w": 32, "h": 32 },
"duration": 250
},
"player 10.aseprite": {
"frame": { "x": 2, "y": 2, "w": 17, "h": 15 },
"rotated": false,
"trimmed": true,
"spriteSourceSize": { "x": 13, "y": 11, "w": 13, "h": 11 },
"sourceSize": { "w": 32, "h": 32 },
"duration": 200
},
"player 11.aseprite": {
"frame": { "x": 2, "y": 2, "w": 17, "h": 15 },
"rotated": false,
"trimmed": true,
"spriteSourceSize": { "x": 13, "y": 10, "w": 13, "h": 11 },
"sourceSize": { "w": 32, "h": 32 },
"duration": 250
},
"player 12.aseprite": {
"frame": { "x": 2, "y": 2, "w": 17, "h": 15 },
"rotated": false,
"trimmed": true,
"spriteSourceSize": { "x": 13, "y": 11, "w": 13, "h": 11 },
"sourceSize": { "w": 32, "h": 32 },
"duration": 200
}
},
"meta": {
"app": "https://www.aseprite.org/",
"version": "1.3.6-x64",
"image": "tank.png",
"format": "RGBA8888",
"size": { "w": 49, "h": 34 },
"scale": "1",
"frameTags": [
{ "name": "idle", "from": 0, "to": 0, "direction": "forward", "color": "#000000ff" },
{ "name": "walk", "from": 1, "to": 4, "direction": "forward", "color": "#000000ff" },
{ "name": "swim_idle", "from": 5, "to": 8, "direction": "forward", "color": "#000000ff" },
{ "name": "swim", "from": 9, "to": 12, "direction": "forward", "color": "#000000ff" }
],
"layers": [
{ "name": "tank", "opacity": 255, "blendMode": "normal" }
],
"slices": [
]
}
}