phaser/plugins/spine/src
2024-02-01 14:02:21 +00:00
..
container If a SpineContainer had a mask applied to it and the next immediate item on the display list was another Spine object (outside of the Container) then it would fail to rebind the WebGL pipeline, causing the mask to break. It will now rebind the renderer at the end of the SpineContainer batch, no matter what, if it has a mask. Fix #5627 2023-02-06 17:44:22 +00:00
events Updated copyright year 2022-02-28 14:29:51 +00:00
gameobject Added setSlotAlpha to Spine 3 plugin 2024-02-01 14:02:10 +00:00
runtimes New Spine runtimes 2022-02-04 16:05:09 +00:00
SpineFile.js The SpineFile.onFileComplete handler was running a regular expression against file.src instead of file.url, sometimes leading to double paths in the atlas paths on loading. Fix #6642 2024-02-01 14:02:21 +00:00
SpinePlugin.js fix JSDoc fired event: Phaser.Loader.LoaderPlugin#ADD -> Phaser.Loader.Events#ADD 2023-07-26 09:51:49 -07:00