Aomsir
Aomsir
# Description Creating a tween with `targets` that include `null`, `undefined`, or destroyed game objects will cause a runtime error in `TweenBuilder`. This happens because the scale shortcut logic calls:...
## Description Fixes a crash in `TweenBuilder` when the `targets` array contains `null` or `undefined` elements. ## Problem When creating a tween with destroyed game objects or explicitly passing `null`/`undefined`...
### fix(loader): recognize `file://` as absolute in `GetURL()` #### Summary Under the **`file://` protocol**, `Phaser.Loader.GetURL()` does not treat `file://` URLs as absolute. When a `baseURL` is set, it gets **prepended**...