Gauge.json 979 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "skeleton": {
  3. "hash": "mUQaGw4LIww",
  4. "spine": "4.0.31",
  5. "x": -125,
  6. "y": -30,
  7. "width": 250,
  8. "height": 60,
  9. "fps": 1,
  10. "images": "./images/",
  11. "audio": ""
  12. },
  13. "bones": [
  14. { "name": "root" },
  15. { "name": "Bar", "parent": "root", "x": -112.29 }
  16. ],
  17. "slots": [
  18. { "name": "Background", "bone": "root", "attachment": "Background" },
  19. { "name": "Bar", "bone": "Bar", "attachment": "Bar" },
  20. { "name": "Border", "bone": "root", "attachment": "Border" }
  21. ],
  22. "skins": [
  23. {
  24. "name": "default",
  25. "attachments": {
  26. "Background": {
  27. "Background": { "width": 224, "height": 32 }
  28. },
  29. "Bar": {
  30. "Bar": { "x": 112.29, "width": 224, "height": 32 }
  31. },
  32. "Border": {
  33. "Border": { "width": 250, "height": 60 }
  34. }
  35. }
  36. }
  37. ],
  38. "animations": {
  39. "Fill": {
  40. "bones": {
  41. "Bar": {
  42. "scale": [
  43. {
  44. "x": 0.002,
  45. "curve": [ 0.25, 0.002, 0.75, 1, 0.25, 1, 0.75, 1 ]
  46. },
  47. { "time": 1 }
  48. ]
  49. }
  50. }
  51. }
  52. }
  53. }