Advertisement
sterhel

1366*768

Apr 22nd, 2012
543
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 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": 177,
  13. "editable": true
  14. }
  15. },
  16. {
  17. "klass": "Flipper",
  18. "params": {
  19. "radius": 100,
  20. "colorScheme": "blue",
  21. "flipped": 1,
  22. "editable": true,
  23. "rotation": 0,
  24. "scale": 1,
  25. "position": {
  26. "klass": "Point",
  27. "params": {
  28. "x": 53,
  29. "y": 274
  30. }
  31. }
  32. }
  33. },
  34. {
  35. "klass": "Pendulum",
  36. "params": {
  37. "radius": 120,
  38. "colorScheme": "blue",
  39. "flipped": 1,
  40. "editable": true,
  41. "rotation": 0,
  42. "scale": 1,
  43. "position": {
  44. "klass": "Point",
  45. "params": {
  46. "x": 170,
  47. "y": 16
  48. }
  49. }
  50. }
  51. },
  52. {
  53. "klass": "Obstacle",
  54. "params": {
  55. "width": 330,
  56. "height": 12,
  57. "colorScheme": "blue",
  58. "flipped": 1,
  59. "editable": true,
  60. "rotation": 0.2,
  61. "scale": 1,
  62. "position": {
  63. "klass": "Point",
  64. "params": {
  65. "x": 381,
  66. "y": 88
  67. }
  68. }
  69. }
  70. },
  71. {
  72. "klass": "Track",
  73. "params": {
  74. "segmentWidth": 120,
  75. "segmentCount": 3,
  76. "colorScheme": "blue",
  77. "flipped": 1,
  78. "editable": true,
  79. "rotation": 0,
  80. "scale": 1,
  81. "position": {
  82. "klass": "Point",
  83. "params": {
  84. "x": 374,
  85. "y": 360.2
  86. }
  87. }
  88. }
  89. },
  90. {
  91. "klass": "Pendulum",
  92. "params": {
  93. "radius": 120,
  94. "colorScheme": "blue",
  95. "flipped": 1,
  96. "editable": true,
  97. "rotation": 0,
  98. "scale": 1,
  99. "position": {
  100. "klass": "Point",
  101. "params": {
  102. "x": 848,
  103. "y": 251
  104. }
  105. }
  106. }
  107. },
  108. {
  109. "klass": "Redirector",
  110. "params": {
  111. "radius": 107.6,
  112. "startAngle": 270,
  113. "endAngle": 180,
  114. "colorScheme": "blue",
  115. "flipped": 1,
  116. "editable": true,
  117. "rotation": -113.6,
  118. "scale": 1,
  119. "position": {
  120. "klass": "Point",
  121. "params": {
  122. "x": 882.4,
  123. "y": 114.4
  124. }
  125. }
  126. }
  127. }
  128. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement