Skip to content

Commit

Permalink
Update parking_lot.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arijust authored Nov 21, 2019
1 parent 2b222e0 commit 13cba2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/json/mapgen/parking_lot.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"............................_______--_______...."
],
"terrain": { ".": [ [ "t_grass", 6 ], [ "t_dirt", 5 ] ], "_": "t_pavement", "-": "t_pavement_y" },
"furniture": { "Y": "t_street_light" }
"furniture": { "Y": "f_street_light" }
}
},
{
Expand Down Expand Up @@ -70,7 +70,7 @@
"...........Y..............Y..............Y.........._______--_______...."
],
"terrain": { ".": [ [ "t_grass", 6 ], [ "t_dirt", 5 ] ], "_": "t_pavement", "-": "t_pavement_y" },
"furniture": { "Y": "t_street_light" }
"furniture": { "Y": "f_street_light" }
}
},
{
Expand Down Expand Up @@ -132,7 +132,7 @@
"..........................._______--_______....."
],
"terrain": { ".": [ [ "t_grass", 6 ], [ "t_dirt", 5 ] ], "_": "t_pavement", "-": "t_pavement_y", ",": "t_concrete" },
"furniture": { "Y": "t_street_light" }
"furniture": { "Y": "f_street_light" }
}
}
]

0 comments on commit 13cba2a

Please sign in to comment.