You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tween.updateTweenData will now check to see if the Tween target still exists before trying to update its properties.
If you try to use a local data URI in the Loader it now console warns instead of logs (thanks @samme)
Bug Fixes
The KeyCode FORWAD_SLASH had a typo and has been changed to FORWAD_SLASH. Fix #3271 (thanks @josedarioxyz)
Fixed issue with vertex buffer creation on Static Tilemap Layer, causing tilemap layers to appear black. Fix #3266 (thanks @akleemans)
Implemented Static Tilemap Layer scaling and Tile alpha support.
Fixed issue with null texture on Particle Emitter batch generation. This would manifest if you had particles with blend modes on-top of other images not appearing.
Added missing data parameter to ScenePlugin. Fixes #3810 (thanks @AleBles)