eaglelandsonce commited on
Commit
dffc1fc
·
verified ·
1 Parent(s): ca5d95d

Update grid.json

Browse files
Files changed (1) hide show
  1. grid.json +112 -0
grid.json CHANGED
@@ -195,5 +195,117 @@
195
  "size": 2,
196
  "color": "Dark Green"
197
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
198
  ]
199
  }
 
195
  "size": 2,
196
  "color": "Dark Green"
197
  }
198
+ ],
199
+ "roads": [
200
+ {
201
+ "start": [
202
+ 0,
203
+ 0
204
+ ],
205
+ "end": [
206
+ 19,
207
+ 0
208
+ ],
209
+ "color": "#808080"
210
+ },
211
+ {
212
+ "start": [
213
+ 0,
214
+ 0
215
+ ],
216
+ "end": [
217
+ 0,
218
+ 19
219
+ ],
220
+ "color": "#808080"
221
+ },
222
+ {
223
+ "start": [
224
+ 19,
225
+ 0
226
+ ],
227
+ "end": [
228
+ 19,
229
+ 19
230
+ ],
231
+ "color": "#808080"
232
+ },
233
+ {
234
+ "start": [
235
+ 0,
236
+ 19
237
+ ],
238
+ "end": [
239
+ 19,
240
+ 19
241
+ ],
242
+ "color": "#808080"
243
+ },
244
+ {
245
+ "start": [
246
+ 0,
247
+ 9
248
+ ],
249
+ "end": [
250
+ 19,
251
+ 9
252
+ ],
253
+ "color": "#808080"
254
+ },
255
+ {
256
+ "start": [
257
+ 9,
258
+ 0
259
+ ],
260
+ "end": [
261
+ 9,
262
+ 19
263
+ ],
264
+ "color": "#808080"
265
+ },
266
+ {
267
+ "start": [
268
+ 4,
269
+ 0
270
+ ],
271
+ "end": [
272
+ 4,
273
+ 19
274
+ ],
275
+ "color": "#808080"
276
+ },
277
+ {
278
+ "start": [
279
+ 14,
280
+ 0
281
+ ],
282
+ "end": [
283
+ 14,
284
+ 19
285
+ ],
286
+ "color": "#808080"
287
+ },
288
+ {
289
+ "start": [
290
+ 0,
291
+ 4
292
+ ],
293
+ "end": [
294
+ 19,
295
+ 4
296
+ ],
297
+ "color": "#808080"
298
+ },
299
+ {
300
+ "start": [
301
+ 0,
302
+ 14
303
+ ],
304
+ "end": [
305
+ 19,
306
+ 14
307
+ ],
308
+ "color": "#808080"
309
+ }
310
  ]
311
  }