v1.2.5 - Entity zones, new helper, new debug drawing, and performance boosts
Version 1.2.5!
This release adds:
- New entity zone specific helper
onEntityDamaged
(useful for destroying a zone if the entity is destroyed)
Plus everything from v1.2.0:
- Entity zones!
- Create a PolyZone around an entity that follows its position and rotation
- Arbitrarily scale and offset entity zones
- New helper
onEntityDamaged
(useful for destroying a zone if the entity is destroyed)
- The walls of a PolyZone now are drawn as filled rectangles rather than horizontal lines, which looks better and is quite a bit more performant!
- Now can destroy zones (best used for entity zones)
- Various performance boosts and bug fixes!
We also updated the readme with information about entity zones and a new example picture showing off the new debug drawing.
The resource itself can be found in PolyZone.zip
. You can grab an example resource in PolyZone_Example.zip
.