Advertisement
Guest User

Untitled

a guest
Jun 25th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. {
  2. "neededPoints": 250,
  3. "nextObstacleDistance": 40,
  4. "possibleObstacles": [
  5. [{
  6. "posX": 0,
  7. "posY": 0,
  8. "width": 4,
  9. "height": 2
  10. },{
  11. "posX": 2,
  12. "posY": 2,
  13. "width": 2,
  14. "height": 2
  15. }],
  16. [{
  17. "posX": 0,
  18. "posY": 0,
  19. "width": 4,
  20. "height": 4
  21. }]
  22. ]
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement