Releases: RafaelBarbosatec/bonfire
Releases · RafaelBarbosatec/bonfire
Version 3.15.1
- Fix textSize in
BarLifeComponent
FlyingAttackGameObject
improvements
Version 3.15.0
- Adds params
collisionConfig
. Now collision system used is a default. take a look Flame Doc. To use QuadTree approatch passBonfireCollisionConfig.quadTree()
as a params.
Version 3.14.0
- Performance improvements.
Version 3.13.5
- Fix ellipse and polygon collision objects in Tiled maps, the
CollisionType
was set toinactive
, changed toactive
as theRectangleHitbox
. - Fiz padding in
BarLifeComponent
Version 3.13.4
- Fix size in
setupLifeBar
Version 3.12.3
- rollback to deprecated RGB colors
Version 3.13.2
- Collision performance improvements
Version 3.13.1
- BarLifeComponent improvements
- rename extension method
directionThatPlayerIs
togetDirectionToPlayer
,getAngleFromPlayer
togetAngleToPlayer
,getInverseAngleFromPlayer
togetInverseAngleToPlayer
. - Back flame version to
1.18.0
:-(.
Version 3.13.0
- Update Flame to
1.23.0
.
Version 3.12.6
- Fix
RangerError
.