-
Notifications
You must be signed in to change notification settings - Fork 0
/
tile_info.json
109 lines (109 loc) · 1.95 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
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
{
"tile_info": [
{
"pixelscale": 2,
"width": 10,
"height": 10
}
],
"tiles-new": [
{
"file": "tiles.png",
"tiles": []
},
{
"file": "large.png",
"sprite_width": 20,
"sprite_height": 20,
"sprite_offset_x": -5,
"sprite_offset_y": -10,
"tiles": []
},
{
"file": "fallback.png",
"tiles": [],
"ascii": [
{
"offset": 0,
"bold": false,
"color": "BLACK"
},
{
"offset": 256,
"bold": true,
"color": "WHITE"
},
{
"offset": 512,
"bold": false,
"color": "WHITE"
},
{
"offset": 768,
"bold": true,
"color": "BLACK"
},
{
"offset": 1024,
"bold": false,
"color": "RED"
},
{
"offset": 1280,
"bold": false,
"color": "GREEN"
},
{
"offset": 1536,
"bold": false,
"color": "BLUE"
},
{
"offset": 1792,
"bold": false,
"color": "CYAN"
},
{
"offset": 2048,
"bold": false,
"color": "MAGENTA"
},
{
"offset": 2304,
"bold": false,
"color": "YELLOW"
},
{
"offset": 2560,
"bold": true,
"color": "RED"
},
{
"offset": 2816,
"bold": true,
"color": "GREEN"
},
{
"offset": 3072,
"bold": true,
"color": "BLUE"
},
{
"offset": 3328,
"bold": true,
"color": "CYAN"
},
{
"offset": 3584,
"bold": true,
"color": "MAGENTA"
},
{
"offset": 3840,
"bold": true,
"color": "YELLOW"
}
]
}
]
}