eaglelandsonce commited on
Commit
a12e99e
·
verified ·
1 Parent(s): 2ae2fb7

Update grid.json

Browse files
Files changed (1) hide show
  1. grid.json +18 -18
grid.json CHANGED
@@ -2,8 +2,8 @@
2
  "city": "Green Smart Village",
3
  "population": 10000,
4
  "size": {
5
- "rows": 20,
6
- "columns": 20
7
  },
8
  "buildings": [
9
  {
@@ -199,11 +199,11 @@
199
  "roads": [
200
  {
201
  "start": [
202
- 0,
203
  0
204
  ],
205
  "end": [
206
- 19,
207
  0
208
  ],
209
  "color": "#808080"
@@ -211,32 +211,32 @@
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"
@@ -244,43 +244,43 @@
244
  {
245
  "start": [
246
  4,
247
- 0
248
  ],
249
  "end": [
250
  4,
251
- 19
252
  ],
253
  "color": "#808080"
254
  },
255
  {
256
  "start": [
257
  14,
258
- 0
259
  ],
260
  "end": [
261
  14,
262
- 19
263
  ],
264
  "color": "#808080"
265
  },
266
  {
267
  "start": [
268
- 0,
269
  4
270
  ],
271
  "end": [
272
- 19,
273
  4
274
  ],
275
  "color": "#808080"
276
  },
277
  {
278
  "start": [
279
- 0,
280
  14
281
  ],
282
  "end": [
283
- 19,
284
  14
285
  ],
286
  "color": "#808080"
 
2
  "city": "Green Smart Village",
3
  "population": 10000,
4
  "size": {
5
+ "rows": 22,
6
+ "columns": 22
7
  },
8
  "buildings": [
9
  {
 
199
  "roads": [
200
  {
201
  "start": [
202
+ 1,
203
  0
204
  ],
205
  "end": [
206
+ 20,
207
  0
208
  ],
209
  "color": "#808080"
 
211
  {
212
  "start": [
213
  0,
214
+ 1
215
  ],
216
  "end": [
217
  0,
218
+ 20
219
  ],
220
  "color": "#808080"
221
  },
222
  {
223
  "start": [
224
  19,
225
+ 1
226
  ],
227
  "end": [
228
  19,
229
+ 20
230
  ],
231
  "color": "#808080"
232
  },
233
  {
234
  "start": [
235
+ 1,
236
  19
237
  ],
238
  "end": [
239
+ 20,
240
  19
241
  ],
242
  "color": "#808080"
 
244
  {
245
  "start": [
246
  4,
247
+ 1
248
  ],
249
  "end": [
250
  4,
251
+ 20
252
  ],
253
  "color": "#808080"
254
  },
255
  {
256
  "start": [
257
  14,
258
+ 1
259
  ],
260
  "end": [
261
  14,
262
+ 20
263
  ],
264
  "color": "#808080"
265
  },
266
  {
267
  "start": [
268
+ 1,
269
  4
270
  ],
271
  "end": [
272
+ 20,
273
  4
274
  ],
275
  "color": "#808080"
276
  },
277
  {
278
  "start": [
279
+ 1,
280
  14
281
  ],
282
  "end": [
283
+ 20,
284
  14
285
  ],
286
  "color": "#808080"