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
parent
17c1c19e90
commit
1bac13bc14
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue