Minor Static Tiles Additions

Added a boulder to the Railroad as a decoration, helpful for finding a secret note dig spot.
Added a 2X1 bench in the desert as furniture, helpful for finding a secret note dig spot.
Fixed the size of the pond next to the spa to 3X3 rather than 4X3.
master
Bartholomue 2022-08-22 06:56:57 -05:00
parent 17c1c19e90
commit 1bac13bc14
1 changed files with 11 additions and 1 deletions

View File

@ -792,6 +792,11 @@
"x": [9, 10],
"y": [35, 36],
"type": "decoration"
},
"Bench": {
"x": [43, 44],
"y": [54],
"type": "furniture"
}
},
"elliotthouse": {
@ -1619,8 +1624,13 @@
"y": [36],
"type": "other"
},
"Boulder": {
"x": [11],
"y": [38],
"type": "decoration"
},
"Water": {
"x": [13, 14, 15, 16],
"x": [14, 15, 16],
"y": [54, 55, 56],
"type": "water"
}