Expanded Some Tile Ranges

Expanded some tile definitions to cover the full breadth of the objects, in cases where they only listed as one tile but actually spanned a few tiles (such as the exit in the secret woods).
master
Bartholomue 2022-09-30 07:31:09 -05:00
parent ad22982b09
commit a0336d630f
1 changed files with 3 additions and 3 deletions

View File

@ -1296,7 +1296,7 @@
"type": "interactable" "type": "interactable"
}, },
"Lumber Pile": { "Lumber Pile": {
"x": [60], "x": [60, 61],
"y": [14], "y": [14],
"type": "decoration" "type": "decoration"
} }
@ -2957,7 +2957,7 @@
"Pierre's Bin": { "Pierre's Bin": {
"x": [19], "x": [19],
"y": [28], "y": [28],
"type": "other" "type": "interactable"
}, },
"Shrine of Yoba": { "Shrine of Yoba": {
"x": [37], "x": [37],
@ -3426,7 +3426,7 @@
"woods": { "woods": {
"Forest Entrance": { "Forest Entrance": {
"x": [59], "x": [59],
"y": [17], "y": [15, 16, 17],
"type": "door" "type": "door"
}, },
"Old Master Cannoli": { "Old Master Cannoli": {