Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2012
5,412
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. [
  2. {
  3. "klass": "InputGate",
  4. "params": {
  5. "positionFromTop": 280,
  6. "editable": true
  7. }
  8. },
  9. {
  10. "klass": "OutputGate",
  11. "params": {
  12. "positionFromTop": 280,
  13. "editable": true
  14. }
  15. },
  16. {
  17. "klass": "Elevator",
  18. "params": {
  19. "radius": 174.6,
  20. "colorScheme": "green",
  21. "flipped": 1,
  22. "editable": true,
  23. "rotation": 53.5,
  24. "scale": 1,
  25. "position": {
  26. "klass": "Point",
  27. "params": {
  28. "x": 117.4,
  29. "y": 173.4
  30. }
  31. }
  32. }
  33. },
  34. {
  35. "klass": "Obstacle",
  36. "params": {
  37. "width": 200,
  38. "height": 12,
  39. "colorScheme": "green",
  40. "flipped": 1,
  41. "editable": true,
  42. "rotation": 0,
  43. "scale": 1,
  44. "position": {
  45. "klass": "Point",
  46. "params": {
  47. "x": 313,
  48. "y": 115
  49. }
  50. }
  51. }
  52. },
  53. {
  54. "klass": "Pendulum",
  55. "params": {
  56. "radius": 120,
  57. "colorScheme": "red",
  58. "flipped": 1,
  59. "editable": true,
  60. "rotation": 0,
  61. "scale": 1,
  62. "position": {
  63. "klass": "Point",
  64. "params": {
  65. "x": 665,
  66. "y": 421
  67. }
  68. }
  69. }
  70. },
  71. {
  72. "klass": "Redirector",
  73. "params": {
  74. "radius": 99.2,
  75. "startAngle": 270,
  76. "endAngle": 218.9,
  77. "colorScheme": "blue",
  78. "flipped": -1,
  79. "editable": true,
  80. "rotation": 0,
  81. "scale": 1,
  82. "position": {
  83. "klass": "Point",
  84. "params": {
  85. "x": 800.8,
  86. "y": 99.8
  87. }
  88. }
  89. }
  90. }
  91. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement