melonJS/melonJS: Release 10.5.0

Name: melonJS

Owner: melonJS

Release: v10.5.0

Released: 2022-03-15

License: MIT

Release Assets:

Changed

  • Physic: set collision shapes as static by default (those should be fixed anyway)
  • Renderable : refactor of Draggable and DropTarget base objects

Fixed

  • Physic: fix improper behavior for static bodies responding to collisions (thanks @dynamo-foundation)
  • Physic: static bodies are now properly filtered out if within the same node or overlapping
  • Renderable : fix a me.Sprite bug when reusing the same image/texture with different frame width/height (thanks @dynamo-foundation)

To top