Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. {
  2. "Drawables" :
  3. {
  4. "Circles" :
  5. [
  6. {
  7. "color" : "blue",
  8. "position_x" : 193.0,
  9. "position_y" : 421.0,
  10. "radius" : 10.0
  11. },
  12. {
  13. "color" : "green",
  14. "position_x" : 90.0,
  15. "position_y" : 66.0,
  16. "radius" : 20.0
  17. }
  18. ],
  19. "Pictures" :
  20. [
  21. {
  22. "link" : "bird.jpg",
  23. "position_x" : 580.0,
  24. "position_y" : 264.0
  25. }
  26. ],
  27. "Rectangles" :
  28. [
  29. {
  30. "color" : "red",
  31. "position_x" : 16.0,
  32. "position_y" : 336.0,
  33. "size_x" : 30.0,
  34. "size_y" : 40.0
  35. }
  36. ]
  37. }
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement