tutorial.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "skeleton": { "hash": "g71vm/7hb9qvGOD/xTW85fCajxc", "spine": "3.6.48", "width": 0, "height": 0, "images": "./img/" },
  3. "bones": [
  4. { "name": "root" },
  5. { "name": "arrow", "parent": "root", "y": 70.46 },
  6. { "name": "hand", "parent": "root", "x": 26.17, "y": -66.43 },
  7. { "name": "effect_circle", "parent": "hand", "x": -28.27, "y": 76.72 }
  8. ],
  9. "slots": [
  10. { "name": "effect_circle", "bone": "effect_circle" },
  11. { "name": "hand_1", "bone": "hand" },
  12. { "name": "arrow", "bone": "arrow" }
  13. ],
  14. "skins": {
  15. "default": {
  16. "arrow": {
  17. "arrow": { "width": 56, "height": 58 },
  18. "arrow_white": { "width": 56, "height": 58 }
  19. },
  20. "effect_circle": {
  21. "effect_circle": { "width": 62, "height": 60 },
  22. "effect_circle_white": { "width": 62, "height": 60 }
  23. },
  24. "hand_1": {
  25. "hand_1": { "width": 112, "height": 200 },
  26. "hand_2": { "width": 112, "height": 200 }
  27. }
  28. }
  29. },
  30. "animations": {
  31. "tutorial_arrow": {
  32. "slots": {
  33. "arrow": {
  34. "attachment": [
  35. { "time": 0, "name": "arrow" },
  36. { "time": 0.3333, "name": "arrow_white" },
  37. { "time": 0.4333, "name": "arrow" }
  38. ]
  39. }
  40. },
  41. "bones": {
  42. "arrow": {
  43. "translate": [
  44. { "time": 0, "x": 0, "y": 0 },
  45. { "time": 0.3333, "x": 0, "y": -30 },
  46. { "time": 0.6667, "x": 0, "y": 0 }
  47. ]
  48. }
  49. }
  50. },
  51. "tutorial_hand": {
  52. "slots": {
  53. "effect_circle": {
  54. "color": [
  55. { "time": 0.3667, "color": "ffffff00" },
  56. { "time": 0.5, "color": "ffffffff", "curve": "stepped" },
  57. { "time": 0.7333, "color": "ffffffff" },
  58. { "time": 1, "color": "ffffff00" }
  59. ],
  60. "attachment": [
  61. { "time": 0.3667, "name": "effect_circle" },
  62. { "time": 0.4667, "name": "effect_circle_white" },
  63. { "time": 0.5333, "name": "effect_circle" }
  64. ]
  65. },
  66. "hand_1": {
  67. "attachment": [
  68. { "time": 0, "name": "hand_1" },
  69. { "time": 0.3333, "name": "hand_2" },
  70. { "time": 1, "name": "hand_1" }
  71. ]
  72. }
  73. },
  74. "bones": {
  75. "hand": {
  76. "translate": [
  77. { "time": 0, "x": 0, "y": 0, "curve": "stepped" },
  78. { "time": 0.3, "x": 0, "y": 0 },
  79. { "time": 0.3333, "x": 0, "y": -6.78 }
  80. ],
  81. "scale": [
  82. { "time": 0, "x": 1, "y": 1, "curve": "stepped" },
  83. { "time": 0.3, "x": 1, "y": 1 },
  84. { "time": 0.3333, "x": 0.9, "y": 0.9 }
  85. ]
  86. },
  87. "effect_circle": {
  88. "scale": [
  89. { "time": 0.3667, "x": 0, "y": 0 },
  90. {
  91. "time": 0.5,
  92. "x": 1.5,
  93. "y": 1.5,
  94. "curve": [ 0.25, 0, 0.75, 1 ]
  95. },
  96. { "time": 1, "x": 2, "y": 2 }
  97. ]
  98. }
  99. }
  100. }
  101. }
  102. }