-
Notifications
You must be signed in to change notification settings - Fork 3
/
mod_tiles.json
44 lines (44 loc) · 967 Bytes
/
mod_tiles.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
[
{
"type": "mod_tileset",
"compatibility": [ "ChestHole32", "MShock32Modded", "MshockXottoplus", "MSX++DEAD_PEOPLE", "UNDEAD_PEOPLE", "UNDEAD_PEOPLE_BASE" ],
"tiles-new": [
{
"file": "tiles/tiles.png",
"tiles":
[
{
"id": "f_waycircle",
"fg": 0,
"rotates": false
},
{
"id": "waystone",
"fg": 1,
"rotates": false
},
{
"id": "f_watercooler",
"fg": 2,
"rotates": false
},
{
"id": "jug_cooler",
"fg": 3,
"rotates": false
},
{
"id": "t_carpet_backrooms",
"bg": 4,
"rotates": false
},
{
"id": "t_carpet_backrooms_light",
"bg": 5,
"rotates": false
}
]
}
]
}
]