Commit graph

11 commits

Author SHA1 Message Date
Richard Davey
a6e325807c 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
Richard Davey
c444f53d28 * SpineGameObject.setSlotAlpha is a new method that allows you to set the alpha on a specific slot in a Spine skeleton. * The SpineGameObject.setAlpha method has had its 2nd parameter removed. This fixes needless slot look-ups during rendering when a Spine Game Object is inside a regular Container. If you need to set slot alpha, use the new setSlotAlpha method instead. Fix #6571 2024-02-01 12:47:35 +00:00
Richard Davey
76831e88ec The Spine 4.1 Plugin will now call preUpdate automatically when the play method is called. This forces the new animation state to update and apply itself to the skeleton. This fixes an issue where Spine object would show the default frame in the Spine atlas for a single update before the animation started. Fix #5443 2024-02-01 12:23:08 +00:00
Richard Davey
9d6f5af89c Spine 4 Plugin dist for v3.70.0 2023-11-10 15:34:27 +00:00
Julius Diaz Panoriñgan
a902fe05da fix JSDoc fired event: Phaser.Loader.LoaderPlugin#ADD -> Phaser.Loader.Events#ADD 2023-07-26 09:51:49 -07:00
Richard Davey
e02b9e78ab Spine Debug builds 2023-04-12 19:32:55 +01:00
Richard Davey
5469eb8a63 Updated Spine 3 and 4 plugins 2023-04-12 19:28:15 +01:00
JustinTien
9fa74e7dc4 spine4.1 plugin about createSkeleton perf issue (also optimize spine plugin spineFileCallback func) 2023-01-14 04:52:24 +08:00
JustinTien
6c3f137141 plugins/spine4.1/copy-to-examples.js path fixed 2023-01-10 23:39:11 +08:00
JustinTien
0824d5c5ab plugin/spine4.1 SpinePlugin.createSkeleton atlasPage need always setTexture 2023-01-10 17:51:52 +08:00
JustinTien
575d9dd70c Add plugins/spine4.1 (spine-runtimes 4.1) 2023-01-10 12:47:44 +08:00