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
parent
ad22982b09
commit
a0336d630f
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue