github excaliburjs/Excalibur v0.13.0
Excalibur v0.13.0

latest releases: 0.31.0-alpha.1502+85008fe, 0.31.0-alpha.1501+acf2dd3, 0.31.0-alpha.1500+26f45da...
7 years ago

image

Thanks to @Nysosis and @Thraka for their contributions!

Breaking Changes

  • Scene.children replaced with Scene.actors

Added

  • New pause/unpause feature for timers to help with more robust pausing (#885)
  • New event listening feature to listen to events only .once(...) then unsubscribe automatically (#745)
  • New collision event postcollision to indicate if collision resolution occured (#880)

Deprecated

  • PointerEvent.x and PointerEvent.y, in favor of PointerEvent.pos (#612)
  • CollisionEvent has been deprecated in favor of the more clear PreCollisionEvent (#880)

Fixed

  • Fixed same instance of color potentially being shared, and thus mutated, between instance actors (#840)
  • Fixed bug where active and passive type collisions would resolve when they shouldn't when in rigid body mode (#880)

Don't miss a new Excalibur release

NewReleases is sending notifications on new releases.