Added
- Renderable : containers now define a
backgroundColor
property allowing to defined a background color for a specific container - Renderable : new
inset[x/y]
property setting allowing to define the size of a corner for NineSliceSprite (thanks @dynamo-foundation)
Changed
- Renderer: the video.renderer.Texture class is now directly exported (and available) as TextureAtlas
Fixed
- TypeScript : fix all typings and other issues with the typescript definition file (now with 0 warnings and linting errors)
- Input : fix a regression (undefined error) with the
releasePointerEvent
method (thanks @siauderman)