enemy dropping below platform (without any bugs) is fully implemented now

This commit is contained in:
2025-01-23 01:06:16 +00:00
parent efbf0c7da9
commit e644160e38
4 changed files with 61 additions and 31 deletions

View File

@@ -1305,7 +1305,7 @@ struct
, quadY
, halfWidth
, halfHeight
, tree
, topLeft
)
end
| TOP_RIGHT =>
@@ -1323,7 +1323,7 @@ struct
, quadY
, halfWidth
, halfHeight
, tree
, topRight
)
end
| BOTTOM_LEFT =>
@@ -1341,7 +1341,7 @@ struct
, middleY
, halfWidth
, halfHeight
, tree
, bottomLeft
)
end
| BOTTOM_RIGHT =>
@@ -1360,7 +1360,7 @@ struct
, middleY
, halfWidth
, halfHeight
, tree
, bottomRight
)
end
| PARENT_QUADRANT => ~1)