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"
|
||||
},
|
||||
"Lumber Pile": {
|
||||
"x": [60],
|
||||
"x": [60, 61],
|
||||
"y": [14],
|
||||
"type": "decoration"
|
||||
}
|
||||
|
@ -2957,7 +2957,7 @@
|
|||
"Pierre's Bin": {
|
||||
"x": [19],
|
||||
"y": [28],
|
||||
"type": "other"
|
||||
"type": "interactable"
|
||||
},
|
||||
"Shrine of Yoba": {
|
||||
"x": [37],
|
||||
|
@ -3426,7 +3426,7 @@
|
|||
"woods": {
|
||||
"Forest Entrance": {
|
||||
"x": [59],
|
||||
"y": [17],
|
||||
"y": [15, 16, 17],
|
||||
"type": "door"
|
||||
},
|
||||
"Old Master Cannoli": {
|
||||
|
|
Loading…
Reference in New Issue