Skip to content

Commit

Permalink
Make game load
Browse files Browse the repository at this point in the history
  • Loading branch information
Milopetilo committed Nov 18, 2024
1 parent f8a2737 commit 3ce8a5b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
10 changes: 5 additions & 5 deletions data/json/mapgen/s_candy.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,11 @@
".......u#^_________AA_#.",
".......u-_____________#.",
"...d...u-__{__{_______#.",
"..dtd..u-__{__{___{w_w#.",
"...d...u-__{__{___{w__#.",
".......u-__{__{___{wwa#.",
".......u#__{__{___AwT #.",
"...d...u#__{__{___AwS #.",
"..dtd..u-__{__{___{|_|#.",
"...d...u-__{__{___{|__#.",
".......u-__{__{___{||a#.",
".......u#__{__{___A|T #.",
"...d...u#__{__{___A|S #.",
"..dtd..u#__{__{__######.",
"...d...u#________appcc5.",
".......u#^______&#ppppp.",
Expand Down
1 change: 1 addition & 0 deletions data/json/mapgen/s_electronics.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
" #######ssssssssss ",
" "
],
"palettes": [ "parametrized_walls_palette" ],
"terrain": {
"%": "t_region_shrub_decorative",
"+": "t_door_metal_pickable",
Expand Down
2 changes: 1 addition & 1 deletion data/json/mapgen/s_grocery.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"####|+|| #_",
"ss4#**C|[[[[|[[[[|[[[[#_",
"sss#**C|]]]]]]]]]]]]]]#_",
"sssL***+**************#_",
"sss#***+**************#_",
"sss####################_"
],
"fill_ter": "t_linoleum_white",
Expand Down
1 change: 1 addition & 0 deletions data/json/mapgen/salon.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
" %sss%%%%%%%%%%%%%%%% ",
" ! sss ! ! "
],
"palettes": [ "parametrized_walls_palette" ],
"terrain": {
"!": "t_region_tree_shade",
"%": "t_region_shrub_decorative",
Expand Down

0 comments on commit 3ce8a5b

Please sign in to comment.