diff --git a/assets/resources/game/heros/hero/skeleton.atlas b/assets/resources/game/heros/hero/skeleton.atlas index 159aac60..518ea5f9 100644 --- a/assets/resources/game/heros/hero/skeleton.atlas +++ b/assets/resources/game/heros/hero/skeleton.atlas @@ -1,20 +1,20 @@ skeleton.png -size: 146,132 +size: 147,65 format: RGBA8888 filter: Linear,Linear repeat: none bb - rotate: false - xy: 2, 2 - size: 128, 128 + rotate: true + xy: 2, 9 + size: 54, 119 orig: 128, 128 - offset: 0, 0 + offset: 37, 0 index: -1 shadow rotate: true - xy: 132, 98 - size: 32, 12 - orig: 32, 12 - offset: 0, 0 + xy: 123, 2 + size: 61, 22 + orig: 64, 32 + offset: 2, 2 index: -1 diff --git a/assets/resources/game/heros/hero/skeleton.json b/assets/resources/game/heros/hero/skeleton.json index 45d30f13..a31121bc 100644 --- a/assets/resources/game/heros/hero/skeleton.json +++ b/assets/resources/game/heros/hero/skeleton.json @@ -1,11 +1,11 @@ { "skeleton": { - "hash": "PeKMNWfiZTgv8WlEJAxIQAcZnmc", + "hash": "CauMO6G7nRjZssl6T/j7MSd3S0E", "spine": "3.8.99", - "x": -62.85, - "y": -3.09, - "width": 128, - "height": 134.21, + "x": -76.38, + "y": -13.31, + "width": 152.77, + "height": 144.43, "images": "", "audio": "" }, @@ -15,8 +15,8 @@ { "name": "shandow", "parent": "root", "y": 2.91 } ], "slots": [ - { "name": "shadow", "bone": "shandow", "attachment": "shadow" }, - { "name": "bb", "bone": "bone", "attachment": "bb" } + { "name": "bb", "bone": "bone", "attachment": "bb" }, + { "name": "shadow", "bone": "shandow", "attachment": "shadow" } ], "skins": [ { @@ -26,7 +26,7 @@ "bb": { "x": 1.15, "y": 57.8, "width": 128, "height": 128 } }, "shadow": { - "shadow": { "scaleX": 2.3856, "width": 32, "height": 12 } + "shadow": { "scaleX": 2.3856, "rotation": -0.17, "width": 64, "height": 32 } } } } diff --git a/assets/resources/game/heros/hero/skeleton.png b/assets/resources/game/heros/hero/skeleton.png index 0b82e120..de410f59 100644 Binary files a/assets/resources/game/heros/hero/skeleton.png and b/assets/resources/game/heros/hero/skeleton.png differ