game_sheet.json 497 B

1234567891011121314151617181920212223242526
  1. {
  2. "images": ["images/game_sheet.png"],
  3. "frames": [
  4. [2, 300, 630, 160],
  5. [406, 2, 374, 134],
  6. [326, 138, 160, 160],
  7. [164, 105, 160, 160],
  8. [634, 164, 345, 302],
  9. [2, 2, 402, 101],
  10. [2, 105, 160, 160],
  11. [782, 2, 160, 160]
  12. ],
  13. "animations": {
  14. "bot":[0],
  15. "btn_start":[1],
  16. "correct_normal":[2],
  17. "correct_pressed":[3],
  18. "hint":[4],
  19. "title":[5],
  20. "incorrect_normal":[6],
  21. "incorrect_pressed":[7]
  22. }
  23. }