levelData.json 242 B

1234567891011121314151617181920
  1. [
  2. {
  3. "id": 1,
  4. "targetScore": 100,
  5. "time": 4,
  6. "countdown": 3
  7. },
  8. {
  9. "id": 2,
  10. "targetScore": 100,
  11. "time": 6,
  12. "countdown": 3
  13. },
  14. {
  15. "id": 3,
  16. "targetScore": 100,
  17. "time": 8,
  18. "countdown": 3
  19. }
  20. ]