Skip to content

Commit

Permalink
fix garage door, add vehicle spawn
Browse files Browse the repository at this point in the history
  • Loading branch information
curstwist committed Oct 20, 2019
1 parent e5f61fe commit 61f714c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions data/json/mapgen/house/house_w_5.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"...$....ssG......ss.ss..",
".$...MCssssCM..$.ss.ss..",
"....MssssssssM...ss.ssu.",
"..##oo##*####o###xxxxx##",
"..##oo##*####o###xxxxx%#",
"..#5 |y7 #~~~~~~u#",
"..# #~~~~~~U#",
"..# Y #~~~~~~~o",
Expand All @@ -32,7 +32,11 @@
"..M.ssss................"
],
"palettes": [ "house_w_foundation_palette" ],
"terrain": { "#": "t_adobe_brick_wall", "U": "t_thconc_floor" },
"terrain": { "#": "t_adobe_brick_wall", "U": "t_thconc_floor", "%": "t_wall_w" },
"place_vehicles": [
{ "vehicle": "showroom_small_vehicles", "x": 17, "y": 7, "rotation": 270, "chance": 20, "status": 0 },
{ "vehicle": "showroom_small_vehicles", "x": 19, "y": 7, "rotation": 270, "chance": 20, "status": 0 }
],
"nested": {
"1": {
"chunks": [
Expand Down

0 comments on commit 61f714c

Please sign in to comment.