-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmerge_config.json
119 lines (118 loc) · 2.84 KB
/
merge_config.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
{
"border_size": 2,
"maps": [
{
"path": "src/maps/lobby.json",
"x": 0,
"y": 0
},
{
"path": "src/maps/adventure3.json",
"x": -42,
"y": 0
},
{
"path": "src/maps/meeting1.json",
"x": 0,
"y": 33
},
{
"path": "src/maps/meeting2.json",
"x": 24,
"y": 42
},
{
"path": "src/maps/museum.json",
"x": 50,
"y": 12
}
],
"tilesets": [
{
"columns": 2,
"firstgid": 1,
"image": "src/tiles/empty.png",
"imageheight": 32,
"imagewidth": 64,
"margin": 0,
"name": "empty",
"spacing": 0,
"tilecount": 2,
"tileheight": 32,
"properties":[
{
"name":"tilesetCopyright",
"type":"string",
"value":"CC0"
}],
"tiles": [
{
"id": 1,
"properties": [
{
"name": "collides",
"type": "bool",
"value": true
}
]
}
],
"tilewidth": 32,
"transparentcolor": "#000000"
},
{
"columns":9,
"firstgid":1,
"image":"src/tiles/floor_gaffa.png",
"imageheight":288,
"imagewidth":288,
"margin":0,
"name":"floor_gaffa",
"spacing":0,
"tilecount":81,
"tileheight":32,
"properties":[
{
"name":"tilesetCopyright",
"type":"string",
"value":"CC BY-NC-SA"
}],
"tiles":[
{
"id":0,
"properties":[
{
"name":"collision",
"type":"bool",
"value":true
}
]
},
{
"id":8,
"properties":[
{
"name":"collides",
"type":"bool",
"value":true
}]
}],
"tilewidth":32,
"transparentcolor":"#000000"
}
],
"hidden_tiles": [
{
"tileset": "src/tiles/floor_gaffa.png",
"ids": [8]
},
{
"tileset": "src/tiles.rc3.world-4 2/community/cert/imgs/tilesheets/mapUtilities.png",
"ids": [0,1,2,3,4,5,6,7,8]
},
{
"tileset": "src/tiles.rc3.world-4 2/structures/mapUtilities.png",
"ids": [0,1,2,3,4,5,6,7,8]
}
]
}