From c68d85a1fcbc4eb998432d2a50a5b6a7079b9c0a Mon Sep 17 00:00:00 2001 From: badlogic Date: Tue, 16 Apr 2019 14:06:41 +0200 Subject: [PATCH] [c][cpp] Ported addition of x/y bounding coordinates to SkeletonData. See #1325. --- examples/alien/export/alien-ess.json | 11 +- examples/alien/export/alien-ess.skel | Bin 8881 -> 8894 bytes examples/alien/export/alien-pro.json | 11 +- examples/alien/export/alien-pro.skel | Bin 54220 -> 54233 bytes examples/coin/export/coin-pro.json | 11 +- examples/coin/export/coin-pro.skel | Bin 2657 -> 2670 bytes examples/dragon/export/dragon-ess.json | 11 +- examples/dragon/export/dragon-ess.skel | Bin 7073 -> 7086 bytes examples/goblins/export/goblins-ess.json | 11 +- examples/goblins/export/goblins-ess.skel | Bin 5887 -> 5900 bytes examples/goblins/export/goblins-pro.json | 11 +- examples/goblins/export/goblins-pro.skel | Bin 18122 -> 18135 bytes examples/hero/export/hero-ess.json | 11 +- examples/hero/export/hero-ess.skel | Bin 10042 -> 10055 bytes examples/hero/export/hero-pro.json | 11 +- examples/hero/export/hero-pro.skel | Bin 29406 -> 29419 bytes examples/owl/export/owl-pro.json | 11 +- examples/owl/export/owl-pro.skel | Bin 13253 -> 13266 bytes examples/powerup/export/powerup-ess.json | 11 +- examples/powerup/export/powerup-ess.skel | Bin 4250 -> 4263 bytes examples/powerup/export/powerup-pro.json | 11 +- examples/powerup/export/powerup-pro.skel | Bin 11929 -> 11942 bytes examples/raptor/export/raptor-pro.json | 11 +- examples/raptor/export/raptor-pro.skel | Bin 63077 -> 63090 bytes examples/speedy/export/speedy-ess.json | 11 +- examples/speedy/export/speedy-ess.skel | Bin 8883 -> 8896 bytes examples/spineboy/export/spineboy-ess.json | 11 +- examples/spineboy/export/spineboy-ess.skel | Bin 11589 -> 11602 bytes examples/spineboy/export/spineboy-pro.json | 11 +- examples/spineboy/export/spineboy-pro.skel | Bin 62515 -> 62528 bytes .../spinosaurus/export/spinosaurus-ess.json | 11 +- .../spinosaurus/export/spinosaurus-ess.skel | Bin 1806 -> 1819 bytes .../stretchyman/export/stretchyman-pro.json | 11 +- .../stretchyman/export/stretchyman-pro.skel | Bin 23665 -> 23678 bytes .../export/stretchyman-stretchy-ik-pro.json | 11 +- .../export/stretchyman-stretchy-ik-pro.skel | Bin 24458 -> 24471 bytes examples/tank/export/tank-pro.json | 11 +- examples/tank/export/tank-pro.skel | Bin 48464 -> 48477 bytes examples/vine/export/vine-pro.json | 11 +- examples/vine/export/vine-pro.skel | Bin 8078 -> 8091 bytes examples/windmill/export/windmill-ess.json | 11 +- examples/windmill/export/windmill-ess.skel | Bin 28297 -> 28310 bytes .../spine-as3-example/src/spineboy-ess.json | 11 +- spine-c/spine-c/include/spine/SkeletonData.h | 2 +- spine-c/spine-c/src/spine/SkeletonBinary.c | 2 + spine-c/spine-c/src/spine/SkeletonJson.c | 2 + spine-cocos2d-objc/Resources/coin-pro.json | 11 +- spine-cocos2d-objc/Resources/goblins-pro.json | 11 +- spine-cocos2d-objc/Resources/raptor-pro.json | 11 +- .../Resources/spineboy-ess.json | 11 +- spine-cocos2d-objc/Resources/tank-pro.json | 11 +- .../example/Resources/common/coin-pro.skel | Bin 2657 -> 2670 bytes .../example/Resources/common/goblins-pro.json | 11 +- .../example/Resources/common/raptor-pro.json | 11 +- .../Resources/common/spineboy-pro.json | 11 +- .../example/Resources/common/tank-pro.skel | Bin 48464 -> 48477 bytes spine-corona/data/coin-pro.json | 11 +- spine-corona/data/goblins-pro.json | 11 +- spine-corona/data/owl-pro.json | 11 +- spine-corona/data/raptor-pro.json | 11 +- spine-corona/data/spineboy-pro.json | 11 +- spine-corona/data/stretchyman-pro.json | 11 +- .../data/stretchyman-stretchy-ik-pro.json | 11 +- spine-corona/data/tank-pro.json | 11 +- spine-corona/data/vine-pro.json | 11 +- .../spine-cpp/include/spine/SkeletonData.h | 2 +- .../spine-cpp/src/spine/SkeletonBinary.cpp | 2 + .../spine-cpp/src/spine/SkeletonData.cpp | 2 + .../spine-cpp/src/spine/SkeletonJson.cpp | 2 + .../assets/coin/coin-pro.json | 11 +- .../assets/coin/coin-pro.skel | Bin 2657 -> 2670 bytes .../assets/goblins/goblins-ess.json | 11 +- .../assets/goblins/goblins-ess.skel | Bin 5887 -> 5900 bytes .../assets/goblins/goblins-pro.json | 11 +- .../assets/goblins/goblins-pro.skel | Bin 18122 -> 18135 bytes .../assets/raptor/raptor-pro.json | 11 +- .../assets/raptor/raptor-pro.skel | Bin 63077 -> 63090 bytes .../assets/spineboy/spineboy-ess.json | 11 +- .../assets/spineboy/spineboy-ess.skel | Bin 11589 -> 11602 bytes .../assets/spineboy/spineboy-pro.json | 11 +- .../assets/spineboy/spineboy-pro.skel | Bin 62515 -> 62528 bytes spine-love/data/coin-pro.json | 11 +- spine-love/data/goblins-pro.json | 11 +- spine-love/data/raptor-pro.json | 11 +- spine-love/data/spineboy-pro.json | 11 +- spine-love/data/stretchyman-pro.json | 11 +- .../data/stretchyman-stretchy-ik-pro.json | 11 +- spine-love/data/tank-pro.json | 11 +- spine-love/data/vine-pro.json | 11 +- spine-sfml/c/data/coin-pro.json | 11 +- spine-sfml/c/data/coin-pro.skel | Bin 2657 -> 2670 bytes spine-sfml/c/data/goblins-pro.json | 11 +- spine-sfml/c/data/goblins-pro.skel | Bin 18122 -> 18135 bytes spine-sfml/c/data/owl-pro.json | 11 +- spine-sfml/c/data/owl-pro.skel | Bin 13253 -> 13266 bytes spine-sfml/c/data/raptor-pro.json | 11 +- spine-sfml/c/data/raptor-pro.skel | Bin 63077 -> 63090 bytes spine-sfml/c/data/spineboy-pro.json | 11 +- spine-sfml/c/data/spineboy-pro.skel | Bin 62515 -> 62528 bytes spine-sfml/c/data/stretchyman-pro.json | 11 +- spine-sfml/c/data/stretchyman-pro.skel | Bin 23665 -> 23678 bytes .../c/data/stretchyman-stretchy-ik-pro.json | 11 +- .../c/data/stretchyman-stretchy-ik-pro.skel | Bin 24458 -> 24471 bytes spine-sfml/c/data/tank-pro.json | 11 +- spine-sfml/c/data/tank-pro.skel | Bin 48464 -> 48477 bytes spine-sfml/c/data/vine-pro.json | 11 +- spine-sfml/c/data/vine-pro.skel | Bin 8078 -> 8091 bytes spine-sfml/cpp/data/coin-pro.json | 11 +- spine-sfml/cpp/data/coin-pro.skel | Bin 2657 -> 2670 bytes spine-sfml/cpp/data/goblins-pro.json | 11 +- spine-sfml/cpp/data/goblins-pro.skel | Bin 18122 -> 18135 bytes spine-sfml/cpp/data/owl-pro.json | 11 +- spine-sfml/cpp/data/owl-pro.skel | Bin 13253 -> 13266 bytes spine-sfml/cpp/data/raptor-pro.json | 11 +- spine-sfml/cpp/data/raptor-pro.skel | Bin 63077 -> 63090 bytes spine-sfml/cpp/data/spineboy-pro.json | 11 +- spine-sfml/cpp/data/spineboy-pro.skel | Bin 62515 -> 62528 bytes spine-sfml/cpp/data/stretchyman-pro.json | 11 +- spine-sfml/cpp/data/stretchyman-pro.skel | Bin 23665 -> 23678 bytes .../cpp/data/stretchyman-stretchy-ik-pro.json | 11 +- .../cpp/data/stretchyman-stretchy-ik-pro.skel | Bin 24458 -> 24471 bytes spine-sfml/cpp/data/tank-pro.json | 11 +- spine-sfml/cpp/data/tank-pro.skel | Bin 48464 -> 48477 bytes spine-sfml/cpp/data/vine-pro.json | 11 +- spine-sfml/cpp/data/vine-pro.skel | Bin 8078 -> 8091 bytes .../spine-starling-example/src/coin-pro.json | 11 +- .../src/goblins-pro.json | 11 +- .../spine-starling-example/src/owl-pro.json | 11 +- .../src/raptor-pro.json | 11 +- .../src/spineboy-pro.json | 11 +- .../src/stretchyman-pro.json | 11 +- .../src/stretchyman-stretchy-ik-pro.json | 11 +- .../spine-starling-example/src/tank-pro.json | 11 +- .../spine-starling-example/src/vine-pro.json | 11 +- .../canvas/example/assets/spineboy-ess.json | 11 +- .../player/example/assets/raptor-pro.json | 11 +- .../player/example/assets/spineboy-pro.json | 11 +- .../threejs/example/assets/raptor-pro.json | 11 +- spine-ts/webgl/example/assets/coin-pro.json | 11 +- .../webgl/example/assets/goblins-pro.json | 11 +- spine-ts/webgl/example/assets/owl-pro.json | 11 +- spine-ts/webgl/example/assets/raptor-pro.json | 11 +- .../webgl/example/assets/spineboy-pro.json | 11 +- .../webgl/example/assets/stretchyman-pro.json | 11 +- .../assets/stretchyman-stretchy-ik-pro.json | 11 +- spine-ts/webgl/example/assets/tank-pro.json | 11 +- spine-ts/webgl/example/assets/vine-pro.json | 11 +- spine-xna/example/data/coin-pro.json | 11 +- spine-xna/example/data/coin-pro.skel | Bin 2657 -> 2670 bytes spine-xna/example/data/goblins-pro.json | 11 +- spine-xna/example/data/goblins-pro.skel | Bin 18122 -> 18135 bytes spine-xna/example/data/goblins.atlas | 293 ------------------ spine-xna/example/data/raptor-pro.json | 11 +- spine-xna/example/data/raptor-pro.skel | Bin 63077 -> 63090 bytes spine-xna/example/data/spineboy-ess.json | 11 +- spine-xna/example/data/spineboy-ess.skel | Bin 11589 -> 11602 bytes spine-xna/example/data/tank-pro.json | 11 +- spine-xna/example/data/tank-pro.skel | Bin 48464 -> 48477 bytes 158 files changed, 992 insertions(+), 393 deletions(-) delete mode 100644 spine-xna/example/data/goblins.atlas diff --git a/examples/alien/export/alien-ess.json b/examples/alien/export/alien-ess.json index c87f9301b..c3d28d098 100644 --- a/examples/alien/export/alien-ess.json +++ b/examples/alien/export/alien-ess.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "ZepBeeRC5VLq8YeyRLxZXiseZ2Y", "spine": "3.7.90", "width": 365.79, "height": 391.51, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "ZepBeeRC5VLq8YeyRLxZXiseZ2Y", + "spine": "3.8.05-beta", + "x": -191.3, + "y": -4.51, + "width": 365.79, + "height": 391.51, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "hip", "parent": "root", "x": -8.17, "y": 73.5, "color": "fff200ff" }, diff --git a/examples/alien/export/alien-ess.skel b/examples/alien/export/alien-ess.skel index 75ae3a80a31f48d46fa00481ac339d9991e529f1..dc89495b8b655b0bed570bded276e4ec93acdc8e 100644 GIT binary patch delta 31 ncmdn!y3cijj0lgho`s%)scuqgN#bF9-{=Dq^ww=u?o$E)rv(cY delta 18 Zcmdnzy3uul3_H8Ap1Gc-!A65VB>*^i1#|!a diff --git a/examples/alien/export/alien-pro.json b/examples/alien/export/alien-pro.json index f3b1f8936..c5157eb1f 100644 --- a/examples/alien/export/alien-pro.json +++ b/examples/alien/export/alien-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "7w4ASoCY48RDSQRWA6Sh805WiPo", "spine": "3.7.90", "width": 368.26, "height": 384.69, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "7w4ASoCY48RDSQRWA6Sh805WiPo", + "spine": "3.8.05-beta", + "x": -191.3, + "y": -4.51, + "width": 368.26, + "height": 384.69, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "hip", "parent": "root", "x": -8.17, "y": 73.5, "color": "fff200ff" }, diff --git a/examples/alien/export/alien-pro.skel b/examples/alien/export/alien-pro.skel index 13201c9a2bedd501b2328d7795deac87dce51e33..5e22efc9c93be57ba7434c64c8d18e45a5ec8cf4 100644 GIT binary patch delta 33 pcmX@JocZQ*<_R()JjQw!dIqMtNvS1?hwXi%4ouKnw^4cJWdO;94B!9& delta 20 ccmcb)ocYXh<_R+F?8bWLdX@$o4OU(T08S1EKmY&$ diff --git a/examples/coin/export/coin-pro.json b/examples/coin/export/coin-pro.json index 6a5e34d5f..386cd4772 100644 --- a/examples/coin/export/coin-pro.json +++ b/examples/coin/export/coin-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "MYibQXspGhD4XDqbsmKCI3XfquU", "spine": "3.7.90", "width": 305, "height": 302, "images": "./images/", "audio": "C:/Program Files (x86)/Spine/examples/coin-new" }, +"skeleton": { + "hash": "MYibQXspGhD4XDqbsmKCI3XfquU", + "spine": "3.8.05-beta", + "x": -152.5, + "y": -151, + "width": 305, + "height": 302, + "images": "./images/", + "audio": "C:/Program Files (x86)/Spine/examples/coin-new" +}, "bones": [ { "name": "root" }, { "name": "coin-front", "parent": "root" }, diff --git a/examples/coin/export/coin-pro.skel b/examples/coin/export/coin-pro.skel index 0e5274d1d2d6d1a6ae1e033c10e16be7369c4a75..161270522ad4f733a3f8162f4278c361236d9a7c 100644 GIT binary patch delta 31 mcmaDT@=j!ej0lgho`s%)scuqgN#bFN2FAnU3=A8U?YID&=?Mz} delta 18 ZcmaDS@=#=g3_H8Ap1Gc-!A1i+E&whBKs`^Rlmu9F4;s1OT! delta 18 ZcmZ2yzR-Mv3_H8Ap1Gc-!A65RX#g~G1t9#7ehMnD5&s@*aV57kuF#tDq1)~4} diff --git a/examples/goblins/export/goblins-pro.json b/examples/goblins/export/goblins-pro.json index d38a41933..a9afce10b 100644 --- a/examples/goblins/export/goblins-pro.json +++ b/examples/goblins/export/goblins-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "GEt0/K+46aqD75ngNEZOztV899k", "spine": "3.7.90", "width": 266.94, "height": 349.61, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "GEt0/K+46aqD75ngNEZOztV899k", + "spine": "3.8.05-beta", + "x": -134.12, + "y": -3.28, + "width": 266.94, + "height": 349.61, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "hip", "parent": "root", "x": 0.65, "y": 114.41, "color": "ffcf00ff" }, diff --git a/examples/goblins/export/goblins-pro.skel b/examples/goblins/export/goblins-pro.skel index a68980620687ca9e64e3145990d8baa6802570a2..b1b1646bef06ab2eb0f1a495b9e8d0631a41ef6f 100644 GIT binary patch delta 33 pcmX@r%Xqz)ae|BpkFlPGo`I=uQff)!VK%vh1A(s`HYzW70|3553&H>Z delta 20 bcmccK%Xq4nae@pxyRn|Ro~6M?gXL}jNn-|e diff --git a/examples/hero/export/hero-ess.json b/examples/hero/export/hero-ess.json index 75ca8aec3..d8103d005 100644 --- a/examples/hero/export/hero-ess.json +++ b/examples/hero/export/hero-ess.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "jRu/wouxVU8tTdQwXc4jZzNY4RE", "spine": "3.7.90", "width": 319.3, "height": 337, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "jRu/wouxVU8tTdQwXc4jZzNY4RE", + "spine": "3.8.05-beta", + "x": -87.83, + "y": -0.03, + "width": 319.3, + "height": 337, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "hip", "parent": "root", "y": 94.89 }, diff --git a/examples/hero/export/hero-ess.skel b/examples/hero/export/hero-ess.skel index 2066ab0d528851633944ed2efd63ea463720166b..f99158ecaf2ab0c31ca8636f0e29aa976682479b 100644 GIT binary patch delta 31 ncmdnxcieA+j0lgho`s%)scuqgN#ddPD?je#jbYfREUpd!vE>UQ delta 18 ZcmX@^x65yW3_H8Ap1Gc-!A1jdbpScy1ttIh diff --git a/examples/hero/export/hero-pro.json b/examples/hero/export/hero-pro.json index 0d8e1cafe..197981573 100644 --- a/examples/hero/export/hero-pro.json +++ b/examples/hero/export/hero-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "k0XfaXcR65L+gkogkxzhOWL/mtc", "spine": "3.7.90", "width": 318.76, "height": 333.69, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "k0XfaXcR65L+gkogkxzhOWL/mtc", + "spine": "3.8.05-beta", + "x": -87.3, + "y": -0.03, + "width": 318.76, + "height": 333.69, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "hip", "parent": "root", "y": 94.89 }, diff --git a/examples/hero/export/hero-pro.skel b/examples/hero/export/hero-pro.skel index bca7937386f489ca49b065d2b8e771593d701290..1eb11cb9c672558eec8f0b98bc04026444403a02 100644 GIT binary patch delta 33 pcmccjl=1ab#tAYaJjQw!dIqMtNvS1?ht^H^-pd=quu*w;5dhsB4A1}o delta 20 ccmaF;l=0qE#tAa)?8bWLdX@$o4R#j+09d03jQ{`u diff --git a/examples/owl/export/owl-pro.json b/examples/owl/export/owl-pro.json index bc7a6ed9d..db28c56a8 100644 --- a/examples/owl/export/owl-pro.json +++ b/examples/owl/export/owl-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "86VKhCYhPLW0kkchYu/V/i1UKK8", "spine": "3.7.90", "width": 1350.84, "height": 909.41, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "86VKhCYhPLW0kkchYu/V/i1UKK8", + "spine": "3.8.05-beta", + "x": -644, + "y": -274, + "width": 1350.84, + "height": 909.41, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { diff --git a/examples/owl/export/owl-pro.skel b/examples/owl/export/owl-pro.skel index e5cda18e3fb54fd3e7d01d06c3e9185981fe3a7a..14c048eb35c867d80d3feb423140136a7cd5e472 100644 GIT binary patch delta 31 ncmX?_ekpx|j0lgho`s%)scuqgN#YSj28P3(3=A8U7a0Qpr<@7_ delta 18 ZcmcbVel&f83_H8Ap1Gc-!A65c#sEK>1_b~B diff --git a/examples/powerup/export/powerup-ess.json b/examples/powerup/export/powerup-ess.json index db76a94aa..69c7bbd98 100644 --- a/examples/powerup/export/powerup-ess.json +++ b/examples/powerup/export/powerup-ess.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "VkGIE6Vi5G7QHYZfaGNNFIUZbQ4", "spine": "3.7.90", "width": 413.19, "height": 195.71, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "VkGIE6Vi5G7QHYZfaGNNFIUZbQ4", + "spine": "3.8.05-beta", + "x": -207.3, + "y": 119.41, + "width": 413.19, + "height": 195.71, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "powerup", "parent": "root", "x": 1.48, "y": 134.02 }, diff --git a/examples/powerup/export/powerup-ess.skel b/examples/powerup/export/powerup-ess.skel index 46bfdbaaf31dfda6e2a2fc55edbeba6b44588421..64c91061cc75960f22ee0f8a865d07bdc9a084ae 100644 GIT binary patch delta 31 ncmbQGxLk39j0lgho`s%)scuqgN#bFDpUY0~E-GzQE*Ag*ozDvN delta 18 ZcmZ3kI7@MY3_H8Ap1Gc-!A65}0RS+o1l0fl diff --git a/examples/powerup/export/powerup-pro.json b/examples/powerup/export/powerup-pro.json index 8c7181cd3..66a240b92 100644 --- a/examples/powerup/export/powerup-pro.json +++ b/examples/powerup/export/powerup-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "Wl1sVJl86N1At8S6pj+IzFFUmFg", "spine": "3.7.90", "width": 414.65, "height": 195.19, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "Wl1sVJl86N1At8S6pj+IzFFUmFg", + "spine": "3.8.05-beta", + "x": -208.76, + "y": 119.41, + "width": 414.65, + "height": 195.19, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "powerup", "parent": "root", "x": 1.48, "y": 134.02 }, diff --git a/examples/powerup/export/powerup-pro.skel b/examples/powerup/export/powerup-pro.skel index b1e8f39dbb5e862dee77e06f930455b16d91f905..f380507e3e286146a087df0768f6acb613f66064 100644 GIT binary patch delta 31 ncmbOkyDWBsj0lgho`s%)scuqgN#fyv!^}?aE-GzQF4F@5sHh7s delta 18 ZcmZ1$J2Q5I3_H8Ap1Gc-!A65JJpec*1!w>O diff --git a/examples/raptor/export/raptor-pro.json b/examples/raptor/export/raptor-pro.json index 2e4260660..d8a3f2e54 100644 --- a/examples/raptor/export/raptor-pro.json +++ b/examples/raptor/export/raptor-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "UXiXf0kD0B1rQL7u4X14XG9GABA", "spine": "3.7.90", "width": 1280.26, "height": 1039.44, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "UXiXf0kD0B1rQL7u4X14XG9GABA", + "spine": "3.8.05-beta", + "x": -809.16, + "y": -73.54, + "width": 1280.26, + "height": 1039.44, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "hip", "parent": "root", "rotation": 8.96, "x": -122.52, "y": 392.65, "color": "fbff00ff" }, diff --git a/examples/raptor/export/raptor-pro.skel b/examples/raptor/export/raptor-pro.skel index f29c949630b2b3d2ebf217536fff96a68355f156..eb3c694753b90210521ee4a3db961e0e653ee9af 100644 GIT binary patch delta 33 pcmaF*hWXPQ<_R()JjQw!dIqMtNvS1?N4&i94ow!mw^7;Y8vx+{4UYf- delta 20 ccmezLhWY6m<_R+F?8bWLdX@$o4V=CK09tPcxBvhE diff --git a/examples/speedy/export/speedy-ess.json b/examples/speedy/export/speedy-ess.json index f71896f66..fef1dbc62 100644 --- a/examples/speedy/export/speedy-ess.json +++ b/examples/speedy/export/speedy-ess.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "F1nJIC+629T0h/lp+E1rfrXFM1k", "spine": "3.7.90", "width": 196.03, "height": 305.44, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "F1nJIC+629T0h/lp+E1rfrXFM1k", + "spine": "3.8.05-beta", + "x": -95.43, + "y": -18.79, + "width": 196.03, + "height": 305.44, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "hip", "parent": "root", "x": -0.03, "y": 51.91 }, diff --git a/examples/speedy/export/speedy-ess.skel b/examples/speedy/export/speedy-ess.skel index 70e419e7614f347b400a40b2ec8640529f67521c..2cf55e02b2c6e00949aee7a4d91140111a619146 100644 GIT binary patch delta 31 ncmdn&dcbvpj0lgho`s%)scuqgN#db>_tqbr7S6O$d4duEvs4TM delta 18 ZcmX@$y4iJt3_H8Ap1Gc-!A64#N&q;)1$qDg diff --git a/examples/spineboy/export/spineboy-ess.json b/examples/spineboy/export/spineboy-ess.json index 0fee0bd80..8c9164342 100644 --- a/examples/spineboy/export/spineboy-ess.json +++ b/examples/spineboy/export/spineboy-ess.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "rT7lqFEux8ByWJu8ww2iFIvaLnI", "spine": "3.7.90", "width": 470.72, "height": 731.57, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "rT7lqFEux8ByWJu8ww2iFIvaLnI", + "spine": "3.8.05-beta", + "x": -221.27, + "y": -8.57, + "width": 470.72, + "height": 731.57, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "hip", "parent": "root", "y": 247.47 }, diff --git a/examples/spineboy/export/spineboy-ess.skel b/examples/spineboy/export/spineboy-ess.skel index 224cd6833d718d3e77cdf96a0b2c5b6499a20990..2bfdc8b78370583c6a72591003b6c7def2b56b1f 100644 GIT binary patch delta 31 mcmX>abt!6sj0lgho`s%)scuqgN#fyH7q^3)0ty?Im2?59x(U<( delta 18 ZcmcZw1v1!VvL diff --git a/examples/spineboy/export/spineboy-pro.json b/examples/spineboy/export/spineboy-pro.json index c6ab60200..35fd3f88e 100644 --- a/examples/spineboy/export/spineboy-pro.json +++ b/examples/spineboy/export/spineboy-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "PAYbOkc7GRcWIZQTjcDV7U+dhD8", "spine": "3.7.90", "width": 419.84, "height": 686.08, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "PAYbOkc7GRcWIZQTjcDV7U+dhD8", + "spine": "3.8.05-beta", + "x": -190.66, + "y": -8, + "width": 419.84, + "height": 686.08, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root", "rotation": 0.28 }, { "name": "hip", "parent": "root", "y": 247.27 }, diff --git a/examples/spineboy/export/spineboy-pro.skel b/examples/spineboy/export/spineboy-pro.skel index 937d5ffea9c35ca2a398f18fc370b5cee2d13112..5bfc63dbdebe6516016d2a4f8129807789e0ce29 100644 GIT binary patch delta 33 pcmdn|g89G;<_R()JjQw!dIqMtNvS1?hwWD0Kk)yC-bQ7CF96<%4lw`# delta 20 ccmX@`f_d``<_R+F?8bWLdX@$o4FtXb08&E-7ytkO diff --git a/examples/spinosaurus/export/spinosaurus-ess.json b/examples/spinosaurus/export/spinosaurus-ess.json index 04909821c..8d1a9e630 100644 --- a/examples/spinosaurus/export/spinosaurus-ess.json +++ b/examples/spinosaurus/export/spinosaurus-ess.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "B2ZPp7lIxBrN+g+ALWuTw4IWKYE", "spine": "3.7.90", "width": 1680, "height": 1782.28, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "B2ZPp7lIxBrN+g+ALWuTw4IWKYE", + "spine": "3.8.05-beta", + "x": -840, + "y": -766.03, + "width": 1680, + "height": 1782.28, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root", "y": -526.32 }, { "name": "leaves", "parent": "root", "x": -0.17, "y": 1310.1 }, diff --git a/examples/spinosaurus/export/spinosaurus-ess.skel b/examples/spinosaurus/export/spinosaurus-ess.skel index 2a141bc60f731e976b8de6251910b4c82615b412..8c397e817e57a2cd2f16b1af0fe1fbe2dac090b0 100644 GIT binary patch delta 31 mcmeCtMuf*$&qB|@R5vNLB=JZP1H%#fCb^Buuh{^KvI&I% delta 18 ZcmbQu*T*+OhMnD5&s@*aV57lnHUKS=1pxp6 diff --git a/examples/stretchyman/export/stretchyman-pro.json b/examples/stretchyman/export/stretchyman-pro.json index 9a21f574b..d7f445406 100644 --- a/examples/stretchyman/export/stretchyman-pro.json +++ b/examples/stretchyman/export/stretchyman-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "z8H9R54u1auVyWlNHuov1bIMUiQ", "spine": "3.7.90", "width": 264.5, "height": 573.31, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "z8H9R54u1auVyWlNHuov1bIMUiQ", + "spine": "3.8.05-beta", + "x": -104.34, + "y": -9.21, + "width": 264.5, + "height": 573.31, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "back-arm-ik-target", "parent": "root", "x": 103.52, "y": 345.27, "color": "ff3f00ff" }, diff --git a/examples/stretchyman/export/stretchyman-pro.skel b/examples/stretchyman/export/stretchyman-pro.skel index 856492f4ab5e211945725753653e5668b9871b52..477b4b9914aebc375e73a70f550a1d5b0480ec0c 100644 GIT binary patch delta 33 pcmeykgYn-E#tAYaJjQw!dIqMtNvS1?hc2w1c2GET|3+oM7y#c?4R8Pe delta 20 bcmeyjgYn}I#tAa)?8bWLdX@$o4g6vNR7(cd diff --git a/examples/stretchyman/export/stretchyman-stretchy-ik-pro.json b/examples/stretchyman/export/stretchyman-stretchy-ik-pro.json index e7b48399e..2bf224aac 100644 --- a/examples/stretchyman/export/stretchyman-stretchy-ik-pro.json +++ b/examples/stretchyman/export/stretchyman-stretchy-ik-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "xJkHvxwbe4TALf6AhnPgogry+kM", "spine": "3.7.90", "width": 264.51, "height": 573.32, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "xJkHvxwbe4TALf6AhnPgogry+kM", + "spine": "3.8.05-beta", + "x": -104.36, + "y": -9.22, + "width": 264.51, + "height": 573.32, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "back-arm-ik-target", "parent": "root", "x": 103.52, "y": 345.27, "color": "ff3f00ff" }, diff --git a/examples/stretchyman/export/stretchyman-stretchy-ik-pro.skel b/examples/stretchyman/export/stretchyman-stretchy-ik-pro.skel index 09d2328541ec0df863c7aa72296cdda01e0179c6..de326b0feb84ec9a06ba46e5e3ab6ac3b2849baa 100644 GIT binary patch delta 33 pcmeC$&p3TQ;{+KI9%DTVJp)tSq|}ncLl<^g92A~hyiqwl9stCn3|jyI delta 20 bcmbQfpRsE{;{+LYc4IwrJxha)2I=ttMv?|H diff --git a/examples/tank/export/tank-pro.json b/examples/tank/export/tank-pro.json index 6bce1ce82..a3664b51d 100644 --- a/examples/tank/export/tank-pro.json +++ b/examples/tank/export/tank-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "CNGmfU5lE4sb2RjvjcTWfY136TI", "spine": "3.7.90", "width": 7202.61, "height": 1298.88, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "CNGmfU5lE4sb2RjvjcTWfY136TI", + "spine": "3.8.05-beta", + "x": -5852.65, + "y": -348.5, + "width": 7202.61, + "height": 1298.88, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "tank-root", "parent": "root", "y": 146.79 }, diff --git a/examples/tank/export/tank-pro.skel b/examples/tank/export/tank-pro.skel index 5eca89148f54a7f034e5c4e97ebf0bff1e85651a..12358193424711a280ccd4f590b7b05ec68dc861 100644 GIT binary patch delta 33 pcmccci|Ot!rU^14JjQw!dIqMtNvS1?N4GsSIK0k*VWYC{UI65o4Q2oU delta 20 ccmccni|N8IrU^3a?8bWLdX@$o4RrSc09eciS^xk5 diff --git a/examples/vine/export/vine-pro.json b/examples/vine/export/vine-pro.json index 64d04a68e..772a0dc39 100644 --- a/examples/vine/export/vine-pro.json +++ b/examples/vine/export/vine-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "g2ibRT2BLV7muTtFjrutYxIjnLA", "spine": "3.7.90", "width": 227.65, "height": 841.09, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "g2ibRT2BLV7muTtFjrutYxIjnLA", + "spine": "3.8.05-beta", + "x": -87.7, + "y": -1.71, + "width": 227.65, + "height": 841.09, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { diff --git a/examples/vine/export/vine-pro.skel b/examples/vine/export/vine-pro.skel index 1c63e4f644a0a35c77c7efc28a852ab943e43143..10981ae967de3af530dfcff6da5589a9daf1eb8d 100644 GIT binary patch delta 31 ncmeCPpKU)uMuf*$&qB|@R5vNLB=OMt^yvM!lXW&KXUhWsqpb@g delta 18 ZcmbPj-)BEThMnD5&s@*aV532{JODDv1pEL1 diff --git a/examples/windmill/export/windmill-ess.json b/examples/windmill/export/windmill-ess.json index dd7352cca..51ed3a1da 100644 --- a/examples/windmill/export/windmill-ess.json +++ b/examples/windmill/export/windmill-ess.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "NfUyaLKZcMcplfcXobQkQZlkH0s", "spine": "3.7.90", "width": 1124.2, "height": 1043.44, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "NfUyaLKZcMcplfcXobQkQZlkH0s", + "spine": "3.8.05-beta", + "x": -564.6, + "y": -335.4, + "width": 1124.2, + "height": 1043.44, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { diff --git a/examples/windmill/export/windmill-ess.skel b/examples/windmill/export/windmill-ess.skel index e2bb0eb02d89adf690af815fe0a849b186ef3b07..f271024d5905b8b91099f3f3bbfca7ce75b7f605 100644 GIT binary patch delta 33 pcmeCY%Q)>W;{+KI9%DTVJp)tSq|}ncBfM&9hnH_Q-l&|G2LQsr3-SN} delta 20 bcmbPsm$CCM;{+LYc4IwrJxha)25ET!N|XkA diff --git a/spine-as3/spine-as3-example/src/spineboy-ess.json b/spine-as3/spine-as3-example/src/spineboy-ess.json index 0fee0bd80..8c9164342 100644 --- a/spine-as3/spine-as3-example/src/spineboy-ess.json +++ b/spine-as3/spine-as3-example/src/spineboy-ess.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "rT7lqFEux8ByWJu8ww2iFIvaLnI", "spine": "3.7.90", "width": 470.72, "height": 731.57, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "rT7lqFEux8ByWJu8ww2iFIvaLnI", + "spine": "3.8.05-beta", + "x": -221.27, + "y": -8.57, + "width": 470.72, + "height": 731.57, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "hip", "parent": "root", "y": 247.47 }, diff --git a/spine-c/spine-c/include/spine/SkeletonData.h b/spine-c/spine-c/include/spine/SkeletonData.h index 5cbf3e1d4..f105d2b89 100644 --- a/spine-c/spine-c/include/spine/SkeletonData.h +++ b/spine-c/spine-c/include/spine/SkeletonData.h @@ -48,7 +48,7 @@ extern "C" { typedef struct spSkeletonData { const char* version; const char* hash; - float width, height; + float x, y, width, height; int bonesCount; spBoneData** bones; diff --git a/spine-c/spine-c/src/spine/SkeletonBinary.c b/spine-c/spine-c/src/spine/SkeletonBinary.c index 132aed22c..9237d1649 100644 --- a/spine-c/spine-c/src/spine/SkeletonBinary.c +++ b/spine-c/spine-c/src/spine/SkeletonBinary.c @@ -880,6 +880,8 @@ spSkeletonData* spSkeletonBinary_readSkeletonData (spSkeletonBinary* self, const skeletonData->version = 0; } + skeletonData->x = readFloat(input); + skeletonData->y = readFloat(input); skeletonData->width = readFloat(input); skeletonData->height = readFloat(input); diff --git a/spine-c/spine-c/src/spine/SkeletonJson.c b/spine-c/spine-c/src/spine/SkeletonJson.c index f47eb51ab..7c367a0eb 100644 --- a/spine-c/spine-c/src/spine/SkeletonJson.c +++ b/spine-c/spine-c/src/spine/SkeletonJson.c @@ -602,6 +602,8 @@ spSkeletonData* spSkeletonJson_readSkeletonData (spSkeletonJson* self, const cha if (skeleton) { MALLOC_STR(skeletonData->hash, Json_getString(skeleton, "hash", 0)); MALLOC_STR(skeletonData->version, Json_getString(skeleton, "spine", 0)); + skeletonData->x = Json_getFloat(skeleton, "x", 0); + skeletonData->y = Json_getFloat(skeleton, "y", 0); skeletonData->width = Json_getFloat(skeleton, "width", 0); skeletonData->height = Json_getFloat(skeleton, "height", 0); } diff --git a/spine-cocos2d-objc/Resources/coin-pro.json b/spine-cocos2d-objc/Resources/coin-pro.json index 6a5e34d5f..386cd4772 100644 --- a/spine-cocos2d-objc/Resources/coin-pro.json +++ b/spine-cocos2d-objc/Resources/coin-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "MYibQXspGhD4XDqbsmKCI3XfquU", "spine": "3.7.90", "width": 305, "height": 302, "images": "./images/", "audio": "C:/Program Files (x86)/Spine/examples/coin-new" }, +"skeleton": { + "hash": "MYibQXspGhD4XDqbsmKCI3XfquU", + "spine": "3.8.05-beta", + "x": -152.5, + "y": -151, + "width": 305, + "height": 302, + "images": "./images/", + "audio": "C:/Program Files (x86)/Spine/examples/coin-new" +}, "bones": [ { "name": "root" }, { "name": "coin-front", "parent": "root" }, diff --git a/spine-cocos2d-objc/Resources/goblins-pro.json b/spine-cocos2d-objc/Resources/goblins-pro.json index d38a41933..a9afce10b 100644 --- a/spine-cocos2d-objc/Resources/goblins-pro.json +++ b/spine-cocos2d-objc/Resources/goblins-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "GEt0/K+46aqD75ngNEZOztV899k", "spine": "3.7.90", "width": 266.94, "height": 349.61, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "GEt0/K+46aqD75ngNEZOztV899k", + "spine": "3.8.05-beta", + "x": -134.12, + "y": -3.28, + "width": 266.94, + "height": 349.61, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "hip", "parent": "root", "x": 0.65, "y": 114.41, "color": "ffcf00ff" }, diff --git a/spine-cocos2d-objc/Resources/raptor-pro.json b/spine-cocos2d-objc/Resources/raptor-pro.json index 2e4260660..d8a3f2e54 100644 --- a/spine-cocos2d-objc/Resources/raptor-pro.json +++ b/spine-cocos2d-objc/Resources/raptor-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "UXiXf0kD0B1rQL7u4X14XG9GABA", "spine": "3.7.90", "width": 1280.26, "height": 1039.44, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "UXiXf0kD0B1rQL7u4X14XG9GABA", + "spine": "3.8.05-beta", + "x": -809.16, + "y": -73.54, + "width": 1280.26, + "height": 1039.44, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "hip", "parent": "root", "rotation": 8.96, "x": -122.52, "y": 392.65, "color": "fbff00ff" }, diff --git a/spine-cocos2d-objc/Resources/spineboy-ess.json b/spine-cocos2d-objc/Resources/spineboy-ess.json index 0fee0bd80..8c9164342 100644 --- a/spine-cocos2d-objc/Resources/spineboy-ess.json +++ b/spine-cocos2d-objc/Resources/spineboy-ess.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "rT7lqFEux8ByWJu8ww2iFIvaLnI", "spine": "3.7.90", "width": 470.72, "height": 731.57, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "rT7lqFEux8ByWJu8ww2iFIvaLnI", + "spine": "3.8.05-beta", + "x": -221.27, + "y": -8.57, + "width": 470.72, + "height": 731.57, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "hip", "parent": "root", "y": 247.47 }, diff --git a/spine-cocos2d-objc/Resources/tank-pro.json b/spine-cocos2d-objc/Resources/tank-pro.json index 6bce1ce82..a3664b51d 100644 --- a/spine-cocos2d-objc/Resources/tank-pro.json +++ b/spine-cocos2d-objc/Resources/tank-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "CNGmfU5lE4sb2RjvjcTWfY136TI", "spine": "3.7.90", "width": 7202.61, "height": 1298.88, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "CNGmfU5lE4sb2RjvjcTWfY136TI", + "spine": "3.8.05-beta", + "x": -5852.65, + "y": -348.5, + "width": 7202.61, + "height": 1298.88, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "tank-root", "parent": "root", "y": 146.79 }, diff --git a/spine-cocos2dx/example/Resources/common/coin-pro.skel b/spine-cocos2dx/example/Resources/common/coin-pro.skel index 0e5274d1d2d6d1a6ae1e033c10e16be7369c4a75..161270522ad4f733a3f8162f4278c361236d9a7c 100644 GIT binary patch delta 31 mcmaDT@=j!ej0lgho`s%)scuqgN#bFN2FAnU3=A8U?YID&=?Mz} delta 18 ZcmaDS@=#=g3_H8Ap1Gc-!A1i+E&w _ikConstraints; Vector _transformConstraints; Vector _pathConstraints; - float _width, _height; + float _x, _y, _width, _height; String _version; String _hash; diff --git a/spine-cpp/spine-cpp/src/spine/SkeletonBinary.cpp b/spine-cpp/spine-cpp/src/spine/SkeletonBinary.cpp index 521b1b271..41a58a674 100644 --- a/spine-cpp/spine-cpp/src/spine/SkeletonBinary.cpp +++ b/spine-cpp/spine-cpp/src/spine/SkeletonBinary.cpp @@ -131,6 +131,8 @@ SkeletonData *SkeletonBinary::readSkeletonData(const unsigned char *binary, cons char *skeletonData_version = readString(input); skeletonData->_version.own(skeletonData_version); + skeletonData->_x = readFloat(input); + skeletonData->_y = readFloat(input); skeletonData->_width = readFloat(input); skeletonData->_height = readFloat(input); diff --git a/spine-cpp/spine-cpp/src/spine/SkeletonData.cpp b/spine-cpp/spine-cpp/src/spine/SkeletonData.cpp index e0b24a796..5d4b10e61 100644 --- a/spine-cpp/spine-cpp/src/spine/SkeletonData.cpp +++ b/spine-cpp/spine-cpp/src/spine/SkeletonData.cpp @@ -50,6 +50,8 @@ using namespace spine; SkeletonData::SkeletonData() : _name(), _defaultSkin(NULL), + _x(0), + _y(0), _width(0), _height(0), _version(), diff --git a/spine-cpp/spine-cpp/src/spine/SkeletonJson.cpp b/spine-cpp/spine-cpp/src/spine/SkeletonJson.cpp index 358dd77f4..d2aff4256 100644 --- a/spine-cpp/spine-cpp/src/spine/SkeletonJson.cpp +++ b/spine-cpp/spine-cpp/src/spine/SkeletonJson.cpp @@ -135,6 +135,8 @@ SkeletonData *SkeletonJson::readSkeletonData(const char *json) { if (skeleton) { skeletonData->_hash = Json::getString(skeleton, "hash", 0); skeletonData->_version = Json::getString(skeleton, "spine", 0); + skeletonData->_x = Json::getFloat(skeleton, "x", 0); + skeletonData->_y = Json::getFloat(skeleton, "y", 0); skeletonData->_width = Json::getFloat(skeleton, "width", 0); skeletonData->_height = Json::getFloat(skeleton, "height", 0); skeletonData->_fps = Json::getFloat(skeleton, "fps", 30); diff --git a/spine-libgdx/spine-libgdx-tests/assets/coin/coin-pro.json b/spine-libgdx/spine-libgdx-tests/assets/coin/coin-pro.json index 6a5e34d5f..386cd4772 100644 --- a/spine-libgdx/spine-libgdx-tests/assets/coin/coin-pro.json +++ b/spine-libgdx/spine-libgdx-tests/assets/coin/coin-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "MYibQXspGhD4XDqbsmKCI3XfquU", "spine": "3.7.90", "width": 305, "height": 302, "images": "./images/", "audio": "C:/Program Files (x86)/Spine/examples/coin-new" }, +"skeleton": { + "hash": "MYibQXspGhD4XDqbsmKCI3XfquU", + "spine": "3.8.05-beta", + "x": -152.5, + "y": -151, + "width": 305, + "height": 302, + "images": "./images/", + "audio": "C:/Program Files (x86)/Spine/examples/coin-new" +}, "bones": [ { "name": "root" }, { "name": "coin-front", "parent": "root" }, diff --git a/spine-libgdx/spine-libgdx-tests/assets/coin/coin-pro.skel b/spine-libgdx/spine-libgdx-tests/assets/coin/coin-pro.skel index 0e5274d1d2d6d1a6ae1e033c10e16be7369c4a75..161270522ad4f733a3f8162f4278c361236d9a7c 100644 GIT binary patch delta 31 mcmaDT@=j!ej0lgho`s%)scuqgN#bFN2FAnU3=A8U?YID&=?Mz} delta 18 ZcmaDS@=#=g3_H8Ap1Gc-!A1i+E&w#7ehMnD5&s@*aV57kuF#tDq1)~4} diff --git a/spine-libgdx/spine-libgdx-tests/assets/goblins/goblins-pro.json b/spine-libgdx/spine-libgdx-tests/assets/goblins/goblins-pro.json index d38a41933..a9afce10b 100644 --- a/spine-libgdx/spine-libgdx-tests/assets/goblins/goblins-pro.json +++ b/spine-libgdx/spine-libgdx-tests/assets/goblins/goblins-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "GEt0/K+46aqD75ngNEZOztV899k", "spine": "3.7.90", "width": 266.94, "height": 349.61, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "GEt0/K+46aqD75ngNEZOztV899k", + "spine": "3.8.05-beta", + "x": -134.12, + "y": -3.28, + "width": 266.94, + "height": 349.61, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "hip", "parent": "root", "x": 0.65, "y": 114.41, "color": "ffcf00ff" }, diff --git a/spine-libgdx/spine-libgdx-tests/assets/goblins/goblins-pro.skel b/spine-libgdx/spine-libgdx-tests/assets/goblins/goblins-pro.skel index a68980620687ca9e64e3145990d8baa6802570a2..b1b1646bef06ab2eb0f1a495b9e8d0631a41ef6f 100644 GIT binary patch delta 33 pcmX@r%Xqz)ae|BpkFlPGo`I=uQff)!VK%vh1A(s`HYzW70|3553&H>Z delta 20 bcmccK%Xq4nae@pxyRn|Ro~6M?gXL}jNn-|e diff --git a/spine-libgdx/spine-libgdx-tests/assets/raptor/raptor-pro.json b/spine-libgdx/spine-libgdx-tests/assets/raptor/raptor-pro.json index 2e4260660..d8a3f2e54 100644 --- a/spine-libgdx/spine-libgdx-tests/assets/raptor/raptor-pro.json +++ b/spine-libgdx/spine-libgdx-tests/assets/raptor/raptor-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "UXiXf0kD0B1rQL7u4X14XG9GABA", "spine": "3.7.90", "width": 1280.26, "height": 1039.44, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "UXiXf0kD0B1rQL7u4X14XG9GABA", + "spine": "3.8.05-beta", + "x": -809.16, + "y": -73.54, + "width": 1280.26, + "height": 1039.44, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "hip", "parent": "root", "rotation": 8.96, "x": -122.52, "y": 392.65, "color": "fbff00ff" }, diff --git a/spine-libgdx/spine-libgdx-tests/assets/raptor/raptor-pro.skel b/spine-libgdx/spine-libgdx-tests/assets/raptor/raptor-pro.skel index f29c949630b2b3d2ebf217536fff96a68355f156..eb3c694753b90210521ee4a3db961e0e653ee9af 100644 GIT binary patch delta 33 pcmaF*hWXPQ<_R()JjQw!dIqMtNvS1?N4&i94ow!mw^7;Y8vx+{4UYf- delta 20 ccmezLhWY6m<_R+F?8bWLdX@$o4V=CK09tPcxBvhE diff --git a/spine-libgdx/spine-libgdx-tests/assets/spineboy/spineboy-ess.json b/spine-libgdx/spine-libgdx-tests/assets/spineboy/spineboy-ess.json index 0fee0bd80..8c9164342 100644 --- a/spine-libgdx/spine-libgdx-tests/assets/spineboy/spineboy-ess.json +++ b/spine-libgdx/spine-libgdx-tests/assets/spineboy/spineboy-ess.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "rT7lqFEux8ByWJu8ww2iFIvaLnI", "spine": "3.7.90", "width": 470.72, "height": 731.57, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "rT7lqFEux8ByWJu8ww2iFIvaLnI", + "spine": "3.8.05-beta", + "x": -221.27, + "y": -8.57, + "width": 470.72, + "height": 731.57, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "hip", "parent": "root", "y": 247.47 }, diff --git a/spine-libgdx/spine-libgdx-tests/assets/spineboy/spineboy-ess.skel b/spine-libgdx/spine-libgdx-tests/assets/spineboy/spineboy-ess.skel index 224cd6833d718d3e77cdf96a0b2c5b6499a20990..2bfdc8b78370583c6a72591003b6c7def2b56b1f 100644 GIT binary patch delta 31 mcmX>abt!6sj0lgho`s%)scuqgN#fyH7q^3)0ty?Im2?59x(U<( delta 18 ZcmcZw1v1!VvL diff --git a/spine-libgdx/spine-libgdx-tests/assets/spineboy/spineboy-pro.json b/spine-libgdx/spine-libgdx-tests/assets/spineboy/spineboy-pro.json index c6ab60200..35fd3f88e 100644 --- a/spine-libgdx/spine-libgdx-tests/assets/spineboy/spineboy-pro.json +++ b/spine-libgdx/spine-libgdx-tests/assets/spineboy/spineboy-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "PAYbOkc7GRcWIZQTjcDV7U+dhD8", "spine": "3.7.90", "width": 419.84, "height": 686.08, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "PAYbOkc7GRcWIZQTjcDV7U+dhD8", + "spine": "3.8.05-beta", + "x": -190.66, + "y": -8, + "width": 419.84, + "height": 686.08, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root", "rotation": 0.28 }, { "name": "hip", "parent": "root", "y": 247.27 }, diff --git a/spine-libgdx/spine-libgdx-tests/assets/spineboy/spineboy-pro.skel b/spine-libgdx/spine-libgdx-tests/assets/spineboy/spineboy-pro.skel index 937d5ffea9c35ca2a398f18fc370b5cee2d13112..5bfc63dbdebe6516016d2a4f8129807789e0ce29 100644 GIT binary patch delta 33 pcmdn|g89G;<_R()JjQw!dIqMtNvS1?hwWD0Kk)yC-bQ7CF96<%4lw`# delta 20 ccmX@`f_d``<_R+F?8bWLdX@$o4FtXb08&E-7ytkO diff --git a/spine-love/data/coin-pro.json b/spine-love/data/coin-pro.json index 6a5e34d5f..386cd4772 100644 --- a/spine-love/data/coin-pro.json +++ b/spine-love/data/coin-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "MYibQXspGhD4XDqbsmKCI3XfquU", "spine": "3.7.90", "width": 305, "height": 302, "images": "./images/", "audio": "C:/Program Files (x86)/Spine/examples/coin-new" }, +"skeleton": { + "hash": "MYibQXspGhD4XDqbsmKCI3XfquU", + "spine": "3.8.05-beta", + "x": -152.5, + "y": -151, + "width": 305, + "height": 302, + "images": "./images/", + "audio": "C:/Program Files (x86)/Spine/examples/coin-new" +}, "bones": [ { "name": "root" }, { "name": "coin-front", "parent": "root" }, diff --git a/spine-love/data/goblins-pro.json b/spine-love/data/goblins-pro.json index d38a41933..a9afce10b 100644 --- a/spine-love/data/goblins-pro.json +++ b/spine-love/data/goblins-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "GEt0/K+46aqD75ngNEZOztV899k", "spine": "3.7.90", "width": 266.94, "height": 349.61, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "GEt0/K+46aqD75ngNEZOztV899k", + "spine": "3.8.05-beta", + "x": -134.12, + "y": -3.28, + "width": 266.94, + "height": 349.61, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "hip", "parent": "root", "x": 0.65, "y": 114.41, "color": "ffcf00ff" }, diff --git a/spine-love/data/raptor-pro.json b/spine-love/data/raptor-pro.json index 2e4260660..d8a3f2e54 100644 --- a/spine-love/data/raptor-pro.json +++ b/spine-love/data/raptor-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "UXiXf0kD0B1rQL7u4X14XG9GABA", "spine": "3.7.90", "width": 1280.26, "height": 1039.44, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "UXiXf0kD0B1rQL7u4X14XG9GABA", + "spine": "3.8.05-beta", + "x": -809.16, + "y": -73.54, + "width": 1280.26, + "height": 1039.44, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "hip", "parent": "root", "rotation": 8.96, "x": -122.52, "y": 392.65, "color": "fbff00ff" }, diff --git a/spine-love/data/spineboy-pro.json b/spine-love/data/spineboy-pro.json index c6ab60200..35fd3f88e 100644 --- a/spine-love/data/spineboy-pro.json +++ b/spine-love/data/spineboy-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "PAYbOkc7GRcWIZQTjcDV7U+dhD8", "spine": "3.7.90", "width": 419.84, "height": 686.08, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "PAYbOkc7GRcWIZQTjcDV7U+dhD8", + "spine": "3.8.05-beta", + "x": -190.66, + "y": -8, + "width": 419.84, + "height": 686.08, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root", "rotation": 0.28 }, { "name": "hip", "parent": "root", "y": 247.27 }, diff --git a/spine-love/data/stretchyman-pro.json b/spine-love/data/stretchyman-pro.json index 9a21f574b..d7f445406 100644 --- a/spine-love/data/stretchyman-pro.json +++ b/spine-love/data/stretchyman-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "z8H9R54u1auVyWlNHuov1bIMUiQ", "spine": "3.7.90", "width": 264.5, "height": 573.31, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "z8H9R54u1auVyWlNHuov1bIMUiQ", + "spine": "3.8.05-beta", + "x": -104.34, + "y": -9.21, + "width": 264.5, + "height": 573.31, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "back-arm-ik-target", "parent": "root", "x": 103.52, "y": 345.27, "color": "ff3f00ff" }, diff --git a/spine-love/data/stretchyman-stretchy-ik-pro.json b/spine-love/data/stretchyman-stretchy-ik-pro.json index e7b48399e..2bf224aac 100644 --- a/spine-love/data/stretchyman-stretchy-ik-pro.json +++ b/spine-love/data/stretchyman-stretchy-ik-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "xJkHvxwbe4TALf6AhnPgogry+kM", "spine": "3.7.90", "width": 264.51, "height": 573.32, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "xJkHvxwbe4TALf6AhnPgogry+kM", + "spine": "3.8.05-beta", + "x": -104.36, + "y": -9.22, + "width": 264.51, + "height": 573.32, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "back-arm-ik-target", "parent": "root", "x": 103.52, "y": 345.27, "color": "ff3f00ff" }, diff --git a/spine-love/data/tank-pro.json b/spine-love/data/tank-pro.json index 6bce1ce82..a3664b51d 100644 --- a/spine-love/data/tank-pro.json +++ b/spine-love/data/tank-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "CNGmfU5lE4sb2RjvjcTWfY136TI", "spine": "3.7.90", "width": 7202.61, "height": 1298.88, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "CNGmfU5lE4sb2RjvjcTWfY136TI", + "spine": "3.8.05-beta", + "x": -5852.65, + "y": -348.5, + "width": 7202.61, + "height": 1298.88, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "tank-root", "parent": "root", "y": 146.79 }, diff --git a/spine-love/data/vine-pro.json b/spine-love/data/vine-pro.json index 64d04a68e..772a0dc39 100644 --- a/spine-love/data/vine-pro.json +++ b/spine-love/data/vine-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "g2ibRT2BLV7muTtFjrutYxIjnLA", "spine": "3.7.90", "width": 227.65, "height": 841.09, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "g2ibRT2BLV7muTtFjrutYxIjnLA", + "spine": "3.8.05-beta", + "x": -87.7, + "y": -1.71, + "width": 227.65, + "height": 841.09, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { diff --git a/spine-sfml/c/data/coin-pro.json b/spine-sfml/c/data/coin-pro.json index 6a5e34d5f..386cd4772 100644 --- a/spine-sfml/c/data/coin-pro.json +++ b/spine-sfml/c/data/coin-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "MYibQXspGhD4XDqbsmKCI3XfquU", "spine": "3.7.90", "width": 305, "height": 302, "images": "./images/", "audio": "C:/Program Files (x86)/Spine/examples/coin-new" }, +"skeleton": { + "hash": "MYibQXspGhD4XDqbsmKCI3XfquU", + "spine": "3.8.05-beta", + "x": -152.5, + "y": -151, + "width": 305, + "height": 302, + "images": "./images/", + "audio": "C:/Program Files (x86)/Spine/examples/coin-new" +}, "bones": [ { "name": "root" }, { "name": "coin-front", "parent": "root" }, diff --git a/spine-sfml/c/data/coin-pro.skel b/spine-sfml/c/data/coin-pro.skel index 0e5274d1d2d6d1a6ae1e033c10e16be7369c4a75..161270522ad4f733a3f8162f4278c361236d9a7c 100644 GIT binary patch delta 31 mcmaDT@=j!ej0lgho`s%)scuqgN#bFN2FAnU3=A8U?YID&=?Mz} delta 18 ZcmaDS@=#=g3_H8Ap1Gc-!A1i+E&wZ delta 20 bcmccK%Xq4nae@pxyRn|Ro~6M?gXL}jNn-|e diff --git a/spine-sfml/c/data/owl-pro.json b/spine-sfml/c/data/owl-pro.json index bc7a6ed9d..db28c56a8 100644 --- a/spine-sfml/c/data/owl-pro.json +++ b/spine-sfml/c/data/owl-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "86VKhCYhPLW0kkchYu/V/i1UKK8", "spine": "3.7.90", "width": 1350.84, "height": 909.41, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "86VKhCYhPLW0kkchYu/V/i1UKK8", + "spine": "3.8.05-beta", + "x": -644, + "y": -274, + "width": 1350.84, + "height": 909.41, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { diff --git a/spine-sfml/c/data/owl-pro.skel b/spine-sfml/c/data/owl-pro.skel index e5cda18e3fb54fd3e7d01d06c3e9185981fe3a7a..14c048eb35c867d80d3feb423140136a7cd5e472 100644 GIT binary patch delta 31 ncmX?_ekpx|j0lgho`s%)scuqgN#YSj28P3(3=A8U7a0Qpr<@7_ delta 18 ZcmcbVel&f83_H8Ap1Gc-!A65c#sEK>1_b~B diff --git a/spine-sfml/c/data/raptor-pro.json b/spine-sfml/c/data/raptor-pro.json index 2e4260660..d8a3f2e54 100644 --- a/spine-sfml/c/data/raptor-pro.json +++ b/spine-sfml/c/data/raptor-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "UXiXf0kD0B1rQL7u4X14XG9GABA", "spine": "3.7.90", "width": 1280.26, "height": 1039.44, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "UXiXf0kD0B1rQL7u4X14XG9GABA", + "spine": "3.8.05-beta", + "x": -809.16, + "y": -73.54, + "width": 1280.26, + "height": 1039.44, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "hip", "parent": "root", "rotation": 8.96, "x": -122.52, "y": 392.65, "color": "fbff00ff" }, diff --git a/spine-sfml/c/data/raptor-pro.skel b/spine-sfml/c/data/raptor-pro.skel index f29c949630b2b3d2ebf217536fff96a68355f156..eb3c694753b90210521ee4a3db961e0e653ee9af 100644 GIT binary patch delta 33 pcmaF*hWXPQ<_R()JjQw!dIqMtNvS1?N4&i94ow!mw^7;Y8vx+{4UYf- delta 20 ccmezLhWY6m<_R+F?8bWLdX@$o4V=CK09tPcxBvhE diff --git a/spine-sfml/c/data/spineboy-pro.json b/spine-sfml/c/data/spineboy-pro.json index c6ab60200..35fd3f88e 100644 --- a/spine-sfml/c/data/spineboy-pro.json +++ b/spine-sfml/c/data/spineboy-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "PAYbOkc7GRcWIZQTjcDV7U+dhD8", "spine": "3.7.90", "width": 419.84, "height": 686.08, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "PAYbOkc7GRcWIZQTjcDV7U+dhD8", + "spine": "3.8.05-beta", + "x": -190.66, + "y": -8, + "width": 419.84, + "height": 686.08, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root", "rotation": 0.28 }, { "name": "hip", "parent": "root", "y": 247.27 }, diff --git a/spine-sfml/c/data/spineboy-pro.skel b/spine-sfml/c/data/spineboy-pro.skel index 937d5ffea9c35ca2a398f18fc370b5cee2d13112..5bfc63dbdebe6516016d2a4f8129807789e0ce29 100644 GIT binary patch delta 33 pcmdn|g89G;<_R()JjQw!dIqMtNvS1?hwWD0Kk)yC-bQ7CF96<%4lw`# delta 20 ccmX@`f_d``<_R+F?8bWLdX@$o4FtXb08&E-7ytkO diff --git a/spine-sfml/c/data/stretchyman-pro.json b/spine-sfml/c/data/stretchyman-pro.json index 9a21f574b..d7f445406 100644 --- a/spine-sfml/c/data/stretchyman-pro.json +++ b/spine-sfml/c/data/stretchyman-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "z8H9R54u1auVyWlNHuov1bIMUiQ", "spine": "3.7.90", "width": 264.5, "height": 573.31, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "z8H9R54u1auVyWlNHuov1bIMUiQ", + "spine": "3.8.05-beta", + "x": -104.34, + "y": -9.21, + "width": 264.5, + "height": 573.31, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "back-arm-ik-target", "parent": "root", "x": 103.52, "y": 345.27, "color": "ff3f00ff" }, diff --git a/spine-sfml/c/data/stretchyman-pro.skel b/spine-sfml/c/data/stretchyman-pro.skel index 856492f4ab5e211945725753653e5668b9871b52..477b4b9914aebc375e73a70f550a1d5b0480ec0c 100644 GIT binary patch delta 33 pcmeykgYn-E#tAYaJjQw!dIqMtNvS1?hc2w1c2GET|3+oM7y#c?4R8Pe delta 20 bcmeyjgYn}I#tAa)?8bWLdX@$o4g6vNR7(cd diff --git a/spine-sfml/c/data/stretchyman-stretchy-ik-pro.json b/spine-sfml/c/data/stretchyman-stretchy-ik-pro.json index e7b48399e..2bf224aac 100644 --- a/spine-sfml/c/data/stretchyman-stretchy-ik-pro.json +++ b/spine-sfml/c/data/stretchyman-stretchy-ik-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "xJkHvxwbe4TALf6AhnPgogry+kM", "spine": "3.7.90", "width": 264.51, "height": 573.32, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "xJkHvxwbe4TALf6AhnPgogry+kM", + "spine": "3.8.05-beta", + "x": -104.36, + "y": -9.22, + "width": 264.51, + "height": 573.32, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "back-arm-ik-target", "parent": "root", "x": 103.52, "y": 345.27, "color": "ff3f00ff" }, diff --git a/spine-sfml/c/data/stretchyman-stretchy-ik-pro.skel b/spine-sfml/c/data/stretchyman-stretchy-ik-pro.skel index 09d2328541ec0df863c7aa72296cdda01e0179c6..de326b0feb84ec9a06ba46e5e3ab6ac3b2849baa 100644 GIT binary patch delta 33 pcmeC$&p3TQ;{+KI9%DTVJp)tSq|}ncLl<^g92A~hyiqwl9stCn3|jyI delta 20 bcmbQfpRsE{;{+LYc4IwrJxha)2I=ttMv?|H diff --git a/spine-sfml/c/data/tank-pro.json b/spine-sfml/c/data/tank-pro.json index 6bce1ce82..a3664b51d 100644 --- a/spine-sfml/c/data/tank-pro.json +++ b/spine-sfml/c/data/tank-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "CNGmfU5lE4sb2RjvjcTWfY136TI", "spine": "3.7.90", "width": 7202.61, "height": 1298.88, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "CNGmfU5lE4sb2RjvjcTWfY136TI", + "spine": "3.8.05-beta", + "x": -5852.65, + "y": -348.5, + "width": 7202.61, + "height": 1298.88, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "tank-root", "parent": "root", "y": 146.79 }, diff --git a/spine-sfml/c/data/tank-pro.skel b/spine-sfml/c/data/tank-pro.skel index 5eca89148f54a7f034e5c4e97ebf0bff1e85651a..12358193424711a280ccd4f590b7b05ec68dc861 100644 GIT binary patch delta 33 pcmccci|Ot!rU^14JjQw!dIqMtNvS1?N4GsSIK0k*VWYC{UI65o4Q2oU delta 20 ccmccni|N8IrU^3a?8bWLdX@$o4RrSc09eciS^xk5 diff --git a/spine-sfml/c/data/vine-pro.json b/spine-sfml/c/data/vine-pro.json index 64d04a68e..772a0dc39 100644 --- a/spine-sfml/c/data/vine-pro.json +++ b/spine-sfml/c/data/vine-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "g2ibRT2BLV7muTtFjrutYxIjnLA", "spine": "3.7.90", "width": 227.65, "height": 841.09, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "g2ibRT2BLV7muTtFjrutYxIjnLA", + "spine": "3.8.05-beta", + "x": -87.7, + "y": -1.71, + "width": 227.65, + "height": 841.09, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { diff --git a/spine-sfml/c/data/vine-pro.skel b/spine-sfml/c/data/vine-pro.skel index 1c63e4f644a0a35c77c7efc28a852ab943e43143..10981ae967de3af530dfcff6da5589a9daf1eb8d 100644 GIT binary patch delta 31 ncmeCPpKU)uMuf*$&qB|@R5vNLB=OMt^yvM!lXW&KXUhWsqpb@g delta 18 ZcmbPj-)BEThMnD5&s@*aV532{JODDv1pEL1 diff --git a/spine-sfml/cpp/data/coin-pro.json b/spine-sfml/cpp/data/coin-pro.json index 6a5e34d5f..386cd4772 100644 --- a/spine-sfml/cpp/data/coin-pro.json +++ b/spine-sfml/cpp/data/coin-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "MYibQXspGhD4XDqbsmKCI3XfquU", "spine": "3.7.90", "width": 305, "height": 302, "images": "./images/", "audio": "C:/Program Files (x86)/Spine/examples/coin-new" }, +"skeleton": { + "hash": "MYibQXspGhD4XDqbsmKCI3XfquU", + "spine": "3.8.05-beta", + "x": -152.5, + "y": -151, + "width": 305, + "height": 302, + "images": "./images/", + "audio": "C:/Program Files (x86)/Spine/examples/coin-new" +}, "bones": [ { "name": "root" }, { "name": "coin-front", "parent": "root" }, diff --git a/spine-sfml/cpp/data/coin-pro.skel b/spine-sfml/cpp/data/coin-pro.skel index 0e5274d1d2d6d1a6ae1e033c10e16be7369c4a75..161270522ad4f733a3f8162f4278c361236d9a7c 100644 GIT binary patch delta 31 mcmaDT@=j!ej0lgho`s%)scuqgN#bFN2FAnU3=A8U?YID&=?Mz} delta 18 ZcmaDS@=#=g3_H8Ap1Gc-!A1i+E&wZ delta 20 bcmccK%Xq4nae@pxyRn|Ro~6M?gXL}jNn-|e diff --git a/spine-sfml/cpp/data/owl-pro.json b/spine-sfml/cpp/data/owl-pro.json index bc7a6ed9d..db28c56a8 100644 --- a/spine-sfml/cpp/data/owl-pro.json +++ b/spine-sfml/cpp/data/owl-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "86VKhCYhPLW0kkchYu/V/i1UKK8", "spine": "3.7.90", "width": 1350.84, "height": 909.41, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "86VKhCYhPLW0kkchYu/V/i1UKK8", + "spine": "3.8.05-beta", + "x": -644, + "y": -274, + "width": 1350.84, + "height": 909.41, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { diff --git a/spine-sfml/cpp/data/owl-pro.skel b/spine-sfml/cpp/data/owl-pro.skel index e5cda18e3fb54fd3e7d01d06c3e9185981fe3a7a..14c048eb35c867d80d3feb423140136a7cd5e472 100644 GIT binary patch delta 31 ncmX?_ekpx|j0lgho`s%)scuqgN#YSj28P3(3=A8U7a0Qpr<@7_ delta 18 ZcmcbVel&f83_H8Ap1Gc-!A65c#sEK>1_b~B diff --git a/spine-sfml/cpp/data/raptor-pro.json b/spine-sfml/cpp/data/raptor-pro.json index 2e4260660..d8a3f2e54 100644 --- a/spine-sfml/cpp/data/raptor-pro.json +++ b/spine-sfml/cpp/data/raptor-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "UXiXf0kD0B1rQL7u4X14XG9GABA", "spine": "3.7.90", "width": 1280.26, "height": 1039.44, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "UXiXf0kD0B1rQL7u4X14XG9GABA", + "spine": "3.8.05-beta", + "x": -809.16, + "y": -73.54, + "width": 1280.26, + "height": 1039.44, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "hip", "parent": "root", "rotation": 8.96, "x": -122.52, "y": 392.65, "color": "fbff00ff" }, diff --git a/spine-sfml/cpp/data/raptor-pro.skel b/spine-sfml/cpp/data/raptor-pro.skel index f29c949630b2b3d2ebf217536fff96a68355f156..eb3c694753b90210521ee4a3db961e0e653ee9af 100644 GIT binary patch delta 33 pcmaF*hWXPQ<_R()JjQw!dIqMtNvS1?N4&i94ow!mw^7;Y8vx+{4UYf- delta 20 ccmezLhWY6m<_R+F?8bWLdX@$o4V=CK09tPcxBvhE diff --git a/spine-sfml/cpp/data/spineboy-pro.json b/spine-sfml/cpp/data/spineboy-pro.json index c6ab60200..35fd3f88e 100644 --- a/spine-sfml/cpp/data/spineboy-pro.json +++ b/spine-sfml/cpp/data/spineboy-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "PAYbOkc7GRcWIZQTjcDV7U+dhD8", "spine": "3.7.90", "width": 419.84, "height": 686.08, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "PAYbOkc7GRcWIZQTjcDV7U+dhD8", + "spine": "3.8.05-beta", + "x": -190.66, + "y": -8, + "width": 419.84, + "height": 686.08, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root", "rotation": 0.28 }, { "name": "hip", "parent": "root", "y": 247.27 }, diff --git a/spine-sfml/cpp/data/spineboy-pro.skel b/spine-sfml/cpp/data/spineboy-pro.skel index 937d5ffea9c35ca2a398f18fc370b5cee2d13112..5bfc63dbdebe6516016d2a4f8129807789e0ce29 100644 GIT binary patch delta 33 pcmdn|g89G;<_R()JjQw!dIqMtNvS1?hwWD0Kk)yC-bQ7CF96<%4lw`# delta 20 ccmX@`f_d``<_R+F?8bWLdX@$o4FtXb08&E-7ytkO diff --git a/spine-sfml/cpp/data/stretchyman-pro.json b/spine-sfml/cpp/data/stretchyman-pro.json index 9a21f574b..d7f445406 100644 --- a/spine-sfml/cpp/data/stretchyman-pro.json +++ b/spine-sfml/cpp/data/stretchyman-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "z8H9R54u1auVyWlNHuov1bIMUiQ", "spine": "3.7.90", "width": 264.5, "height": 573.31, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "z8H9R54u1auVyWlNHuov1bIMUiQ", + "spine": "3.8.05-beta", + "x": -104.34, + "y": -9.21, + "width": 264.5, + "height": 573.31, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "back-arm-ik-target", "parent": "root", "x": 103.52, "y": 345.27, "color": "ff3f00ff" }, diff --git a/spine-sfml/cpp/data/stretchyman-pro.skel b/spine-sfml/cpp/data/stretchyman-pro.skel index 856492f4ab5e211945725753653e5668b9871b52..477b4b9914aebc375e73a70f550a1d5b0480ec0c 100644 GIT binary patch delta 33 pcmeykgYn-E#tAYaJjQw!dIqMtNvS1?hc2w1c2GET|3+oM7y#c?4R8Pe delta 20 bcmeyjgYn}I#tAa)?8bWLdX@$o4g6vNR7(cd diff --git a/spine-sfml/cpp/data/stretchyman-stretchy-ik-pro.json b/spine-sfml/cpp/data/stretchyman-stretchy-ik-pro.json index e7b48399e..2bf224aac 100644 --- a/spine-sfml/cpp/data/stretchyman-stretchy-ik-pro.json +++ b/spine-sfml/cpp/data/stretchyman-stretchy-ik-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "xJkHvxwbe4TALf6AhnPgogry+kM", "spine": "3.7.90", "width": 264.51, "height": 573.32, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "xJkHvxwbe4TALf6AhnPgogry+kM", + "spine": "3.8.05-beta", + "x": -104.36, + "y": -9.22, + "width": 264.51, + "height": 573.32, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "back-arm-ik-target", "parent": "root", "x": 103.52, "y": 345.27, "color": "ff3f00ff" }, diff --git a/spine-sfml/cpp/data/stretchyman-stretchy-ik-pro.skel b/spine-sfml/cpp/data/stretchyman-stretchy-ik-pro.skel index 09d2328541ec0df863c7aa72296cdda01e0179c6..de326b0feb84ec9a06ba46e5e3ab6ac3b2849baa 100644 GIT binary patch delta 33 pcmeC$&p3TQ;{+KI9%DTVJp)tSq|}ncLl<^g92A~hyiqwl9stCn3|jyI delta 20 bcmbQfpRsE{;{+LYc4IwrJxha)2I=ttMv?|H diff --git a/spine-sfml/cpp/data/tank-pro.json b/spine-sfml/cpp/data/tank-pro.json index 6bce1ce82..a3664b51d 100644 --- a/spine-sfml/cpp/data/tank-pro.json +++ b/spine-sfml/cpp/data/tank-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "CNGmfU5lE4sb2RjvjcTWfY136TI", "spine": "3.7.90", "width": 7202.61, "height": 1298.88, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "CNGmfU5lE4sb2RjvjcTWfY136TI", + "spine": "3.8.05-beta", + "x": -5852.65, + "y": -348.5, + "width": 7202.61, + "height": 1298.88, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "tank-root", "parent": "root", "y": 146.79 }, diff --git a/spine-sfml/cpp/data/tank-pro.skel b/spine-sfml/cpp/data/tank-pro.skel index 5eca89148f54a7f034e5c4e97ebf0bff1e85651a..12358193424711a280ccd4f590b7b05ec68dc861 100644 GIT binary patch delta 33 pcmccci|Ot!rU^14JjQw!dIqMtNvS1?N4GsSIK0k*VWYC{UI65o4Q2oU delta 20 ccmccni|N8IrU^3a?8bWLdX@$o4RrSc09eciS^xk5 diff --git a/spine-sfml/cpp/data/vine-pro.json b/spine-sfml/cpp/data/vine-pro.json index 64d04a68e..772a0dc39 100644 --- a/spine-sfml/cpp/data/vine-pro.json +++ b/spine-sfml/cpp/data/vine-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "g2ibRT2BLV7muTtFjrutYxIjnLA", "spine": "3.7.90", "width": 227.65, "height": 841.09, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "g2ibRT2BLV7muTtFjrutYxIjnLA", + "spine": "3.8.05-beta", + "x": -87.7, + "y": -1.71, + "width": 227.65, + "height": 841.09, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { diff --git a/spine-sfml/cpp/data/vine-pro.skel b/spine-sfml/cpp/data/vine-pro.skel index 1c63e4f644a0a35c77c7efc28a852ab943e43143..10981ae967de3af530dfcff6da5589a9daf1eb8d 100644 GIT binary patch delta 31 ncmeCPpKU)uMuf*$&qB|@R5vNLB=OMt^yvM!lXW&KXUhWsqpb@g delta 18 ZcmbPj-)BEThMnD5&s@*aV532{JODDv1pEL1 diff --git a/spine-starling/spine-starling-example/src/coin-pro.json b/spine-starling/spine-starling-example/src/coin-pro.json index 6a5e34d5f..386cd4772 100644 --- a/spine-starling/spine-starling-example/src/coin-pro.json +++ b/spine-starling/spine-starling-example/src/coin-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "MYibQXspGhD4XDqbsmKCI3XfquU", "spine": "3.7.90", "width": 305, "height": 302, "images": "./images/", "audio": "C:/Program Files (x86)/Spine/examples/coin-new" }, +"skeleton": { + "hash": "MYibQXspGhD4XDqbsmKCI3XfquU", + "spine": "3.8.05-beta", + "x": -152.5, + "y": -151, + "width": 305, + "height": 302, + "images": "./images/", + "audio": "C:/Program Files (x86)/Spine/examples/coin-new" +}, "bones": [ { "name": "root" }, { "name": "coin-front", "parent": "root" }, diff --git a/spine-starling/spine-starling-example/src/goblins-pro.json b/spine-starling/spine-starling-example/src/goblins-pro.json index d38a41933..a9afce10b 100644 --- a/spine-starling/spine-starling-example/src/goblins-pro.json +++ b/spine-starling/spine-starling-example/src/goblins-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "GEt0/K+46aqD75ngNEZOztV899k", "spine": "3.7.90", "width": 266.94, "height": 349.61, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "GEt0/K+46aqD75ngNEZOztV899k", + "spine": "3.8.05-beta", + "x": -134.12, + "y": -3.28, + "width": 266.94, + "height": 349.61, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "hip", "parent": "root", "x": 0.65, "y": 114.41, "color": "ffcf00ff" }, diff --git a/spine-starling/spine-starling-example/src/owl-pro.json b/spine-starling/spine-starling-example/src/owl-pro.json index bc7a6ed9d..db28c56a8 100644 --- a/spine-starling/spine-starling-example/src/owl-pro.json +++ b/spine-starling/spine-starling-example/src/owl-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "86VKhCYhPLW0kkchYu/V/i1UKK8", "spine": "3.7.90", "width": 1350.84, "height": 909.41, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "86VKhCYhPLW0kkchYu/V/i1UKK8", + "spine": "3.8.05-beta", + "x": -644, + "y": -274, + "width": 1350.84, + "height": 909.41, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { diff --git a/spine-starling/spine-starling-example/src/raptor-pro.json b/spine-starling/spine-starling-example/src/raptor-pro.json index 2e4260660..d8a3f2e54 100644 --- a/spine-starling/spine-starling-example/src/raptor-pro.json +++ b/spine-starling/spine-starling-example/src/raptor-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "UXiXf0kD0B1rQL7u4X14XG9GABA", "spine": "3.7.90", "width": 1280.26, "height": 1039.44, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "UXiXf0kD0B1rQL7u4X14XG9GABA", + "spine": "3.8.05-beta", + "x": -809.16, + "y": -73.54, + "width": 1280.26, + "height": 1039.44, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "hip", "parent": "root", "rotation": 8.96, "x": -122.52, "y": 392.65, "color": "fbff00ff" }, diff --git a/spine-starling/spine-starling-example/src/spineboy-pro.json b/spine-starling/spine-starling-example/src/spineboy-pro.json index c6ab60200..35fd3f88e 100644 --- a/spine-starling/spine-starling-example/src/spineboy-pro.json +++ b/spine-starling/spine-starling-example/src/spineboy-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "PAYbOkc7GRcWIZQTjcDV7U+dhD8", "spine": "3.7.90", "width": 419.84, "height": 686.08, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "PAYbOkc7GRcWIZQTjcDV7U+dhD8", + "spine": "3.8.05-beta", + "x": -190.66, + "y": -8, + "width": 419.84, + "height": 686.08, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root", "rotation": 0.28 }, { "name": "hip", "parent": "root", "y": 247.27 }, diff --git a/spine-starling/spine-starling-example/src/stretchyman-pro.json b/spine-starling/spine-starling-example/src/stretchyman-pro.json index 9a21f574b..d7f445406 100644 --- a/spine-starling/spine-starling-example/src/stretchyman-pro.json +++ b/spine-starling/spine-starling-example/src/stretchyman-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "z8H9R54u1auVyWlNHuov1bIMUiQ", "spine": "3.7.90", "width": 264.5, "height": 573.31, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "z8H9R54u1auVyWlNHuov1bIMUiQ", + "spine": "3.8.05-beta", + "x": -104.34, + "y": -9.21, + "width": 264.5, + "height": 573.31, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "back-arm-ik-target", "parent": "root", "x": 103.52, "y": 345.27, "color": "ff3f00ff" }, diff --git a/spine-starling/spine-starling-example/src/stretchyman-stretchy-ik-pro.json b/spine-starling/spine-starling-example/src/stretchyman-stretchy-ik-pro.json index e7b48399e..2bf224aac 100644 --- a/spine-starling/spine-starling-example/src/stretchyman-stretchy-ik-pro.json +++ b/spine-starling/spine-starling-example/src/stretchyman-stretchy-ik-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "xJkHvxwbe4TALf6AhnPgogry+kM", "spine": "3.7.90", "width": 264.51, "height": 573.32, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "xJkHvxwbe4TALf6AhnPgogry+kM", + "spine": "3.8.05-beta", + "x": -104.36, + "y": -9.22, + "width": 264.51, + "height": 573.32, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "back-arm-ik-target", "parent": "root", "x": 103.52, "y": 345.27, "color": "ff3f00ff" }, diff --git a/spine-starling/spine-starling-example/src/tank-pro.json b/spine-starling/spine-starling-example/src/tank-pro.json index 6bce1ce82..a3664b51d 100644 --- a/spine-starling/spine-starling-example/src/tank-pro.json +++ b/spine-starling/spine-starling-example/src/tank-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "CNGmfU5lE4sb2RjvjcTWfY136TI", "spine": "3.7.90", "width": 7202.61, "height": 1298.88, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "CNGmfU5lE4sb2RjvjcTWfY136TI", + "spine": "3.8.05-beta", + "x": -5852.65, + "y": -348.5, + "width": 7202.61, + "height": 1298.88, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "tank-root", "parent": "root", "y": 146.79 }, diff --git a/spine-starling/spine-starling-example/src/vine-pro.json b/spine-starling/spine-starling-example/src/vine-pro.json index 64d04a68e..772a0dc39 100644 --- a/spine-starling/spine-starling-example/src/vine-pro.json +++ b/spine-starling/spine-starling-example/src/vine-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "g2ibRT2BLV7muTtFjrutYxIjnLA", "spine": "3.7.90", "width": 227.65, "height": 841.09, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "g2ibRT2BLV7muTtFjrutYxIjnLA", + "spine": "3.8.05-beta", + "x": -87.7, + "y": -1.71, + "width": 227.65, + "height": 841.09, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { diff --git a/spine-ts/canvas/example/assets/spineboy-ess.json b/spine-ts/canvas/example/assets/spineboy-ess.json index 0fee0bd80..8c9164342 100644 --- a/spine-ts/canvas/example/assets/spineboy-ess.json +++ b/spine-ts/canvas/example/assets/spineboy-ess.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "rT7lqFEux8ByWJu8ww2iFIvaLnI", "spine": "3.7.90", "width": 470.72, "height": 731.57, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "rT7lqFEux8ByWJu8ww2iFIvaLnI", + "spine": "3.8.05-beta", + "x": -221.27, + "y": -8.57, + "width": 470.72, + "height": 731.57, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "hip", "parent": "root", "y": 247.47 }, diff --git a/spine-ts/player/example/assets/raptor-pro.json b/spine-ts/player/example/assets/raptor-pro.json index 2e4260660..d8a3f2e54 100644 --- a/spine-ts/player/example/assets/raptor-pro.json +++ b/spine-ts/player/example/assets/raptor-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "UXiXf0kD0B1rQL7u4X14XG9GABA", "spine": "3.7.90", "width": 1280.26, "height": 1039.44, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "UXiXf0kD0B1rQL7u4X14XG9GABA", + "spine": "3.8.05-beta", + "x": -809.16, + "y": -73.54, + "width": 1280.26, + "height": 1039.44, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "hip", "parent": "root", "rotation": 8.96, "x": -122.52, "y": 392.65, "color": "fbff00ff" }, diff --git a/spine-ts/player/example/assets/spineboy-pro.json b/spine-ts/player/example/assets/spineboy-pro.json index c6ab60200..35fd3f88e 100644 --- a/spine-ts/player/example/assets/spineboy-pro.json +++ b/spine-ts/player/example/assets/spineboy-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "PAYbOkc7GRcWIZQTjcDV7U+dhD8", "spine": "3.7.90", "width": 419.84, "height": 686.08, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "PAYbOkc7GRcWIZQTjcDV7U+dhD8", + "spine": "3.8.05-beta", + "x": -190.66, + "y": -8, + "width": 419.84, + "height": 686.08, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root", "rotation": 0.28 }, { "name": "hip", "parent": "root", "y": 247.27 }, diff --git a/spine-ts/threejs/example/assets/raptor-pro.json b/spine-ts/threejs/example/assets/raptor-pro.json index 2e4260660..d8a3f2e54 100644 --- a/spine-ts/threejs/example/assets/raptor-pro.json +++ b/spine-ts/threejs/example/assets/raptor-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "UXiXf0kD0B1rQL7u4X14XG9GABA", "spine": "3.7.90", "width": 1280.26, "height": 1039.44, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "UXiXf0kD0B1rQL7u4X14XG9GABA", + "spine": "3.8.05-beta", + "x": -809.16, + "y": -73.54, + "width": 1280.26, + "height": 1039.44, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "hip", "parent": "root", "rotation": 8.96, "x": -122.52, "y": 392.65, "color": "fbff00ff" }, diff --git a/spine-ts/webgl/example/assets/coin-pro.json b/spine-ts/webgl/example/assets/coin-pro.json index 6a5e34d5f..386cd4772 100644 --- a/spine-ts/webgl/example/assets/coin-pro.json +++ b/spine-ts/webgl/example/assets/coin-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "MYibQXspGhD4XDqbsmKCI3XfquU", "spine": "3.7.90", "width": 305, "height": 302, "images": "./images/", "audio": "C:/Program Files (x86)/Spine/examples/coin-new" }, +"skeleton": { + "hash": "MYibQXspGhD4XDqbsmKCI3XfquU", + "spine": "3.8.05-beta", + "x": -152.5, + "y": -151, + "width": 305, + "height": 302, + "images": "./images/", + "audio": "C:/Program Files (x86)/Spine/examples/coin-new" +}, "bones": [ { "name": "root" }, { "name": "coin-front", "parent": "root" }, diff --git a/spine-ts/webgl/example/assets/goblins-pro.json b/spine-ts/webgl/example/assets/goblins-pro.json index d38a41933..a9afce10b 100644 --- a/spine-ts/webgl/example/assets/goblins-pro.json +++ b/spine-ts/webgl/example/assets/goblins-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "GEt0/K+46aqD75ngNEZOztV899k", "spine": "3.7.90", "width": 266.94, "height": 349.61, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "GEt0/K+46aqD75ngNEZOztV899k", + "spine": "3.8.05-beta", + "x": -134.12, + "y": -3.28, + "width": 266.94, + "height": 349.61, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "hip", "parent": "root", "x": 0.65, "y": 114.41, "color": "ffcf00ff" }, diff --git a/spine-ts/webgl/example/assets/owl-pro.json b/spine-ts/webgl/example/assets/owl-pro.json index bc7a6ed9d..db28c56a8 100644 --- a/spine-ts/webgl/example/assets/owl-pro.json +++ b/spine-ts/webgl/example/assets/owl-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "86VKhCYhPLW0kkchYu/V/i1UKK8", "spine": "3.7.90", "width": 1350.84, "height": 909.41, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "86VKhCYhPLW0kkchYu/V/i1UKK8", + "spine": "3.8.05-beta", + "x": -644, + "y": -274, + "width": 1350.84, + "height": 909.41, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { diff --git a/spine-ts/webgl/example/assets/raptor-pro.json b/spine-ts/webgl/example/assets/raptor-pro.json index 2e4260660..d8a3f2e54 100644 --- a/spine-ts/webgl/example/assets/raptor-pro.json +++ b/spine-ts/webgl/example/assets/raptor-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "UXiXf0kD0B1rQL7u4X14XG9GABA", "spine": "3.7.90", "width": 1280.26, "height": 1039.44, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "UXiXf0kD0B1rQL7u4X14XG9GABA", + "spine": "3.8.05-beta", + "x": -809.16, + "y": -73.54, + "width": 1280.26, + "height": 1039.44, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "hip", "parent": "root", "rotation": 8.96, "x": -122.52, "y": 392.65, "color": "fbff00ff" }, diff --git a/spine-ts/webgl/example/assets/spineboy-pro.json b/spine-ts/webgl/example/assets/spineboy-pro.json index c6ab60200..35fd3f88e 100644 --- a/spine-ts/webgl/example/assets/spineboy-pro.json +++ b/spine-ts/webgl/example/assets/spineboy-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "PAYbOkc7GRcWIZQTjcDV7U+dhD8", "spine": "3.7.90", "width": 419.84, "height": 686.08, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "PAYbOkc7GRcWIZQTjcDV7U+dhD8", + "spine": "3.8.05-beta", + "x": -190.66, + "y": -8, + "width": 419.84, + "height": 686.08, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root", "rotation": 0.28 }, { "name": "hip", "parent": "root", "y": 247.27 }, diff --git a/spine-ts/webgl/example/assets/stretchyman-pro.json b/spine-ts/webgl/example/assets/stretchyman-pro.json index 9a21f574b..d7f445406 100644 --- a/spine-ts/webgl/example/assets/stretchyman-pro.json +++ b/spine-ts/webgl/example/assets/stretchyman-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "z8H9R54u1auVyWlNHuov1bIMUiQ", "spine": "3.7.90", "width": 264.5, "height": 573.31, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "z8H9R54u1auVyWlNHuov1bIMUiQ", + "spine": "3.8.05-beta", + "x": -104.34, + "y": -9.21, + "width": 264.5, + "height": 573.31, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "back-arm-ik-target", "parent": "root", "x": 103.52, "y": 345.27, "color": "ff3f00ff" }, diff --git a/spine-ts/webgl/example/assets/stretchyman-stretchy-ik-pro.json b/spine-ts/webgl/example/assets/stretchyman-stretchy-ik-pro.json index e7b48399e..2bf224aac 100644 --- a/spine-ts/webgl/example/assets/stretchyman-stretchy-ik-pro.json +++ b/spine-ts/webgl/example/assets/stretchyman-stretchy-ik-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "xJkHvxwbe4TALf6AhnPgogry+kM", "spine": "3.7.90", "width": 264.51, "height": 573.32, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "xJkHvxwbe4TALf6AhnPgogry+kM", + "spine": "3.8.05-beta", + "x": -104.36, + "y": -9.22, + "width": 264.51, + "height": 573.32, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "back-arm-ik-target", "parent": "root", "x": 103.52, "y": 345.27, "color": "ff3f00ff" }, diff --git a/spine-ts/webgl/example/assets/tank-pro.json b/spine-ts/webgl/example/assets/tank-pro.json index 6bce1ce82..a3664b51d 100644 --- a/spine-ts/webgl/example/assets/tank-pro.json +++ b/spine-ts/webgl/example/assets/tank-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "CNGmfU5lE4sb2RjvjcTWfY136TI", "spine": "3.7.90", "width": 7202.61, "height": 1298.88, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "CNGmfU5lE4sb2RjvjcTWfY136TI", + "spine": "3.8.05-beta", + "x": -5852.65, + "y": -348.5, + "width": 7202.61, + "height": 1298.88, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "tank-root", "parent": "root", "y": 146.79 }, diff --git a/spine-ts/webgl/example/assets/vine-pro.json b/spine-ts/webgl/example/assets/vine-pro.json index 64d04a68e..772a0dc39 100644 --- a/spine-ts/webgl/example/assets/vine-pro.json +++ b/spine-ts/webgl/example/assets/vine-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "g2ibRT2BLV7muTtFjrutYxIjnLA", "spine": "3.7.90", "width": 227.65, "height": 841.09, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "g2ibRT2BLV7muTtFjrutYxIjnLA", + "spine": "3.8.05-beta", + "x": -87.7, + "y": -1.71, + "width": 227.65, + "height": 841.09, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { diff --git a/spine-xna/example/data/coin-pro.json b/spine-xna/example/data/coin-pro.json index 6a5e34d5f..386cd4772 100644 --- a/spine-xna/example/data/coin-pro.json +++ b/spine-xna/example/data/coin-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "MYibQXspGhD4XDqbsmKCI3XfquU", "spine": "3.7.90", "width": 305, "height": 302, "images": "./images/", "audio": "C:/Program Files (x86)/Spine/examples/coin-new" }, +"skeleton": { + "hash": "MYibQXspGhD4XDqbsmKCI3XfquU", + "spine": "3.8.05-beta", + "x": -152.5, + "y": -151, + "width": 305, + "height": 302, + "images": "./images/", + "audio": "C:/Program Files (x86)/Spine/examples/coin-new" +}, "bones": [ { "name": "root" }, { "name": "coin-front", "parent": "root" }, diff --git a/spine-xna/example/data/coin-pro.skel b/spine-xna/example/data/coin-pro.skel index 0e5274d1d2d6d1a6ae1e033c10e16be7369c4a75..161270522ad4f733a3f8162f4278c361236d9a7c 100644 GIT binary patch delta 31 mcmaDT@=j!ej0lgho`s%)scuqgN#bFN2FAnU3=A8U?YID&=?Mz} delta 18 ZcmaDS@=#=g3_H8Ap1Gc-!A1i+E&wZ delta 20 bcmccK%Xq4nae@pxyRn|Ro~6M?gXL}jNn-|e diff --git a/spine-xna/example/data/goblins.atlas b/spine-xna/example/data/goblins.atlas deleted file mode 100644 index 0f57a0f6a..000000000 --- a/spine-xna/example/data/goblins.atlas +++ /dev/null @@ -1,293 +0,0 @@ - -goblins.png -size: 1024,128 -format: RGBA8888 -filter: Linear,Linear -repeat: none -dagger - rotate: true - xy: 372, 100 - size: 26, 108 - orig: 26, 108 - offset: 0, 0 - index: -1 -goblin/eyes-closed - rotate: false - xy: 2, 7 - size: 34, 12 - orig: 34, 12 - offset: 0, 0 - index: -1 -goblin/head - rotate: false - xy: 107, 36 - size: 103, 66 - orig: 103, 66 - offset: 0, 0 - index: -1 -goblin/left-arm - rotate: false - xy: 901, 56 - size: 37, 35 - orig: 37, 35 - offset: 0, 0 - index: -1 -goblin/left-foot - rotate: false - xy: 929, 95 - size: 65, 31 - orig: 65, 31 - offset: 0, 0 - index: -1 -goblin/left-hand - rotate: false - xy: 452, 2 - size: 36, 41 - orig: 36, 41 - offset: 0, 0 - index: -1 -goblin/left-lower-leg - rotate: true - xy: 713, 93 - size: 33, 70 - orig: 33, 70 - offset: 0, 0 - index: -1 -goblin/left-shoulder - rotate: false - xy: 610, 44 - size: 29, 44 - orig: 29, 44 - offset: 0, 0 - index: -1 -goblin/left-upper-leg - rotate: true - xy: 638, 93 - size: 33, 73 - orig: 33, 73 - offset: 0, 0 - index: -1 -goblin/neck - rotate: false - xy: 490, 2 - size: 36, 41 - orig: 36, 41 - offset: 0, 0 - index: -1 -goblin/pelvis - rotate: false - xy: 482, 45 - size: 62, 43 - orig: 62, 43 - offset: 0, 0 - index: -1 -goblin/right-arm - rotate: true - xy: 690, 2 - size: 23, 50 - orig: 23, 50 - offset: 0, 0 - index: -1 -goblin/right-foot - rotate: false - xy: 771, 58 - size: 63, 33 - orig: 63, 33 - offset: 0, 0 - index: -1 -goblin/right-hand - rotate: false - xy: 940, 56 - size: 36, 37 - orig: 36, 37 - offset: 0, 0 - index: -1 -goblin/right-lower-leg - rotate: true - xy: 482, 90 - size: 36, 76 - orig: 36, 76 - offset: 0, 0 - index: -1 -goblin/right-shoulder - rotate: true - xy: 602, 3 - size: 39, 45 - orig: 39, 45 - offset: 0, 0 - index: -1 -goblin/right-upper-leg - rotate: true - xy: 641, 57 - size: 34, 63 - orig: 34, 63 - offset: 0, 0 - index: -1 -goblin/torso - rotate: true - xy: 212, 34 - size: 68, 96 - orig: 68, 96 - offset: 0, 0 - index: -1 -goblin/undie-straps - rotate: false - xy: 380, 5 - size: 55, 19 - orig: 55, 19 - offset: 0, 0 - index: -1 -goblin/undies - rotate: false - xy: 174, 5 - size: 36, 29 - orig: 36, 29 - offset: 0, 0 - index: -1 -goblingirl/eyes-closed - rotate: false - xy: 269, 11 - size: 37, 21 - orig: 37, 21 - offset: 0, 0 - index: -1 -goblingirl/head - rotate: false - xy: 2, 21 - size: 103, 81 - orig: 103, 81 - offset: 0, 0 - index: -1 -goblingirl/left-arm - rotate: true - xy: 978, 56 - size: 37, 35 - orig: 37, 35 - offset: 0, 0 - index: -1 -goblingirl/left-foot - rotate: false - xy: 107, 3 - size: 65, 31 - orig: 65, 31 - offset: 0, 0 - index: -1 -goblingirl/left-hand - rotate: false - xy: 565, 2 - size: 35, 40 - orig: 35, 40 - offset: 0, 0 - index: -1 -goblingirl/left-lower-leg - rotate: true - xy: 785, 93 - size: 33, 70 - orig: 33, 70 - offset: 0, 0 - index: -1 -goblingirl/left-shoulder - rotate: true - xy: 690, 27 - size: 28, 46 - orig: 28, 46 - offset: 0, 0 - index: -1 -goblingirl/left-upper-leg - rotate: true - xy: 857, 93 - size: 33, 70 - orig: 33, 70 - offset: 0, 0 - index: -1 -goblingirl/neck - rotate: false - xy: 528, 2 - size: 35, 41 - orig: 35, 41 - offset: 0, 0 - index: -1 -goblingirl/pelvis - rotate: false - xy: 546, 45 - size: 62, 43 - orig: 62, 43 - offset: 0, 0 - index: -1 -goblingirl/right-arm - rotate: false - xy: 452, 48 - size: 28, 50 - orig: 28, 50 - offset: 0, 0 - index: -1 -goblingirl/right-foot - rotate: false - xy: 836, 58 - size: 63, 33 - orig: 63, 33 - offset: 0, 0 - index: -1 -goblingirl/right-hand - rotate: true - xy: 771, 20 - size: 36, 37 - orig: 36, 37 - offset: 0, 0 - index: -1 -goblingirl/right-lower-leg - rotate: true - xy: 560, 90 - size: 36, 76 - orig: 36, 76 - offset: 0, 0 - index: -1 -goblingirl/right-shoulder - rotate: false - xy: 649, 10 - size: 39, 45 - orig: 39, 45 - offset: 0, 0 - index: -1 -goblingirl/right-upper-leg - rotate: true - xy: 706, 57 - size: 34, 63 - orig: 34, 63 - offset: 0, 0 - index: -1 -goblingirl/torso - rotate: false - xy: 310, 2 - size: 68, 96 - orig: 68, 96 - offset: 0, 0 - index: -1 -goblingirl/undie-straps - rotate: false - xy: 212, 13 - size: 55, 19 - orig: 55, 19 - offset: 0, 0 - index: -1 -goblingirl/undies - rotate: false - xy: 810, 27 - size: 36, 29 - orig: 36, 29 - offset: 0, 0 - index: -1 -shield - rotate: false - xy: 380, 26 - size: 70, 72 - orig: 70, 72 - offset: 0, 0 - index: -1 -spear - rotate: true - xy: 2, 104 - size: 22, 368 - orig: 22, 368 - offset: 0, 0 - index: -1 diff --git a/spine-xna/example/data/raptor-pro.json b/spine-xna/example/data/raptor-pro.json index 2e4260660..d8a3f2e54 100644 --- a/spine-xna/example/data/raptor-pro.json +++ b/spine-xna/example/data/raptor-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "UXiXf0kD0B1rQL7u4X14XG9GABA", "spine": "3.7.90", "width": 1280.26, "height": 1039.44, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "UXiXf0kD0B1rQL7u4X14XG9GABA", + "spine": "3.8.05-beta", + "x": -809.16, + "y": -73.54, + "width": 1280.26, + "height": 1039.44, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "hip", "parent": "root", "rotation": 8.96, "x": -122.52, "y": 392.65, "color": "fbff00ff" }, diff --git a/spine-xna/example/data/raptor-pro.skel b/spine-xna/example/data/raptor-pro.skel index f29c949630b2b3d2ebf217536fff96a68355f156..eb3c694753b90210521ee4a3db961e0e653ee9af 100644 GIT binary patch delta 33 pcmaF*hWXPQ<_R()JjQw!dIqMtNvS1?N4&i94ow!mw^7;Y8vx+{4UYf- delta 20 ccmezLhWY6m<_R+F?8bWLdX@$o4V=CK09tPcxBvhE diff --git a/spine-xna/example/data/spineboy-ess.json b/spine-xna/example/data/spineboy-ess.json index 0fee0bd80..8c9164342 100644 --- a/spine-xna/example/data/spineboy-ess.json +++ b/spine-xna/example/data/spineboy-ess.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "rT7lqFEux8ByWJu8ww2iFIvaLnI", "spine": "3.7.90", "width": 470.72, "height": 731.57, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "rT7lqFEux8ByWJu8ww2iFIvaLnI", + "spine": "3.8.05-beta", + "x": -221.27, + "y": -8.57, + "width": 470.72, + "height": 731.57, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "hip", "parent": "root", "y": 247.47 }, diff --git a/spine-xna/example/data/spineboy-ess.skel b/spine-xna/example/data/spineboy-ess.skel index 224cd6833d718d3e77cdf96a0b2c5b6499a20990..2bfdc8b78370583c6a72591003b6c7def2b56b1f 100644 GIT binary patch delta 31 mcmX>abt!6sj0lgho`s%)scuqgN#fyH7q^3)0ty?Im2?59x(U<( delta 18 ZcmcZw1v1!VvL diff --git a/spine-xna/example/data/tank-pro.json b/spine-xna/example/data/tank-pro.json index 6bce1ce82..a3664b51d 100644 --- a/spine-xna/example/data/tank-pro.json +++ b/spine-xna/example/data/tank-pro.json @@ -1,5 +1,14 @@ { -"skeleton": { "hash": "CNGmfU5lE4sb2RjvjcTWfY136TI", "spine": "3.7.90", "width": 7202.61, "height": 1298.88, "images": "./images/", "audio": "" }, +"skeleton": { + "hash": "CNGmfU5lE4sb2RjvjcTWfY136TI", + "spine": "3.8.05-beta", + "x": -5852.65, + "y": -348.5, + "width": 7202.61, + "height": 1298.88, + "images": "./images/", + "audio": "" +}, "bones": [ { "name": "root" }, { "name": "tank-root", "parent": "root", "y": 146.79 }, diff --git a/spine-xna/example/data/tank-pro.skel b/spine-xna/example/data/tank-pro.skel index 5eca89148f54a7f034e5c4e97ebf0bff1e85651a..12358193424711a280ccd4f590b7b05ec68dc861 100644 GIT binary patch delta 33 pcmccci|Ot!rU^14JjQw!dIqMtNvS1?N4GsSIK0k*VWYC{UI65o4Q2oU delta 20 ccmccni|N8IrU^3a?8bWLdX@$o4RrSc09eciS^xk5