diff --git a/assets/resources/game/map/skeleton.atlas b/assets/resources/game/map/skeleton.atlas new file mode 100644 index 00000000..18ab079f --- /dev/null +++ b/assets/resources/game/map/skeleton.atlas @@ -0,0 +1,13 @@ + +skeleton.png +size: 125,125 +format: RGBA8888 +filter: Linear,Linear +repeat: none +UI_PointCir + rotate: false + xy: 2, 2 + size: 121, 121 + orig: 121, 121 + offset: 0, 0 + index: -1 diff --git a/assets/resources/game/map/skeleton.json b/assets/resources/game/map/skeleton.json new file mode 100644 index 00000000..4eb350b3 --- /dev/null +++ b/assets/resources/game/map/skeleton.json @@ -0,0 +1,41 @@ +{ +"skeleton": { + "hash": "s9ux1dHRy5ilYuhLJX1JybBFtO0", + "spine": "3.8.99", + "x": -106.85, + "y": -25.03, + "width": 213.71, + "height": 50.54, + "images": "D:/Game/方块英雄/point", + "audio": "" +}, +"bones": [ + { "name": "root", "shearX": 12.67, "shearY": 75.21 } +], +"slots": [ + { "name": "UI_PointCir", "bone": "root", "attachment": "UI_PointCir" } +], +"skins": [ + { + "name": "default", + "attachments": { + "UI_PointCir": { + "UI_PointCir": { "x": 0.5, "y": 0.5, "rotation": 65.66, "width": 121, "height": 121 } + } + } + } +], +"animations": { + "move": { + "bones": { + "root": { + "scale": [ + {}, + { "time": 0.5, "x": 0.9, "y": 0.994 }, + { "time": 0.9667 } + ] + } + } + } +} +} \ No newline at end of file diff --git a/assets/resources/game/map/skeleton.png b/assets/resources/game/map/skeleton.png new file mode 100644 index 00000000..8bbba38e Binary files /dev/null and b/assets/resources/game/map/skeleton.png differ