forked from pixel-32/CDDA-tileset
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tile_info.json
57 lines (57 loc) · 1.56 KB
/
tile_info.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
[
{
"pixelscale": 1,
"height": 32,
"width": 32
},
{
"backdrop.png": { }
},
{
"ui.png": { }
},
{
"overlayoffset.png": { "sprite_width": 32, "sprite_height": 32, "sprite_offset_y": -12 }
},
{
"tallbackdrop.png": { "sprite_width": 32, "sprite_height": 64, "sprite_offset_y": -32 }
},
{
"backdropoffset.png": { "sprite_width": 32, "sprite_height": 32, "sprite_offset_y": -8 }
},
{
"hugebackdrop.png": { "sprite_width": 96, "sprite_height": 96, "sprite_offset_x": -32, "sprite_offset_y": -64 }
},
{
"ultratallbackdrop.png": { "sprite_width": 96, "sprite_height": 128, "sprite_offset_x": -32, "sprite_offset_y": -96 }
},
{
"items.png": { "sprite_width": 32, "sprite_height": 32, "sprite_offset_y": -8 }
},
{
"fields.png": { "sprite_width": 32, "sprite_height": 32, "sprite_offset_y": -8 }
},
{
"fillerItems.png": { "sprite_width": 20, "sprite_height": 20, "sprite_offset_y": -5 }
},
{
"fillerVehicles.png": { "sprite_width": 32, "sprite_height": 32, "sprite_offset_y": -5 }
},
{
"overmap.png": { "sprite_width": 32, "sprite_height": 32 }
},
{
"creatures.png": { "sprite_width": 32, "sprite_height": 32, "sprite_offset_x": 0, "sprite_offset_y": -12 }
},
{
"expandedcreatures.png": { "sprite_width": 48, "sprite_height": 48, "sprite_offset_x": -8, "sprite_offset_y": -16 }
},
{
"tallexpandedcreatures.png": { "sprite_width": 48, "sprite_height": 64, "sprite_offset_x": -8, "sprite_offset_y": -32 }
},
{
"fallback.png": {
"fallback": true
}
}
]