Skip to content

Commit

Permalink
Style json
Browse files Browse the repository at this point in the history
  • Loading branch information
jbytheway committed Feb 9, 2020
1 parent 6b053e0 commit dec0932
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 1 addition & 3 deletions data/json/mapgen/apartment_con_new.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@
" ssss "
],
"palettes": [ "apartment_palette" ],
"terrain": {
".": "t_floor"
},
"terrain": { ".": "t_floor" },
"place_monsters": [
{ "monster": "GROUP_ZOMBIE", "x": [ 4, 23 ], "y": [ 2, 23 ], "repeat": [ 1, 2 ] },
{ "monster": "GROUP_ZOMBIE", "x": [ 24, 43 ], "y": [ 2, 23 ], "repeat": [ 1, 2 ] },
Expand Down
10 changes: 9 additions & 1 deletion data/json/mapgen_palettes/helipad.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,14 @@
"D": "t_flat_roof",
">": "t_stairs_down"
},
"furniture": { "L": "f_locker", "b": "f_bed", "h": "f_shower", "S": "f_sink", "j": "f_bench", "t": "f_table", "D": "f_small_satelitte_dish" }
"furniture": {
"L": "f_locker",
"b": "f_bed",
"h": "f_shower",
"S": "f_sink",
"j": "f_bench",
"t": "f_table",
"D": "f_small_satelitte_dish"
}
}
]

0 comments on commit dec0932

Please sign in to comment.