| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- {
- "skeleton": {
- "hash": "tut_hand",
- "spine": "3.8.95",
- "x": -40,
- "y": -60,
- "width": 80,
- "height": 120
- },
- "bones": [
- {
- "name": "root"
- },
- {
- "name": "hand",
- "parent": "root",
- "length": 50,
- "x": 0,
- "y": 0
- }
- ],
- "slots": [
- {
- "name": "hand_slot",
- "bone": "hand",
- "attachment": "hand_tut"
- }
- ],
- "skins": [
- {
- "name": "default",
- "attachments": {
- "hand_slot": {
- "hand_tut": {
- "x": 0,
- "y": 0,
- "width": 80,
- "height": 120
- }
- }
- }
- }
- ],
- "animations": {
- "idle": {
- "slots": {
- "hand_slot": {
- "color": [
- {
- "color": "ffffffff"
- }
- ]
- }
- }
- },
- "tap": {
- "bones": {
- "hand": {
- "scale": [
- {
- "x": 1,
- "y": 1
- },
- {
- "time": 0.5,
- "x": 1.2,
- "y": 1.2
- },
- {
- "time": 1,
- "x": 1,
- "y": 1
- }
- ]
- }
- },
- "slots": {
- "hand_slot": {
- "color": [
- {
- "color": "ffffffff"
- },
- {
- "time": 0.25,
- "color": "ffffff80"
- },
- {
- "time": 0.5,
- "color": "ffffffff"
- }
- ]
- }
- }
- },
- "drag": {
- "bones": {
- "hand": {
- "translate": [
- {
- "x": 0,
- "y": 0
- },
- {
- "time": 1,
- "x": 100,
- "y": 0
- },
- {
- "time": 1.5,
- "x": 0,
- "y": 0
- }
- ]
- }
- }
- }
- }
- }
|