melonJS/melonJS: Release 11.0.0
Added
- Event: new
DOM_READY
event triggered when the DOM is loaded and ready (now used internally to trigger theonReady()
function)
Changed
- Renderable: update the Light2d constructor to allow creating elliptical shaped lights
Fixed
- Core: fix an uncaught exception when using parcel (thanks @8Observer8)