Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2012
588
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. [
  2. {
  3. "klass": "InputGate",
  4. "params": {
  5. "positionFromTop": 280,
  6. "editable": true
  7. }
  8. },
  9. {
  10. "klass": "Track",
  11. "params": {
  12. "segmentWidth": 120,
  13. "segmentCount": 4,
  14. "colorScheme": "red",
  15. "flipped": 1,
  16. "editable": true,
  17. "rotation": 0,
  18. "scale": 1,
  19. "position": {
  20. "klass": "Point",
  21. "params": {
  22. "x": 270,
  23. "y": 246.2
  24. }
  25. }
  26. }
  27. },
  28. {
  29. "klass": "Track",
  30. "params": {
  31. "segmentWidth": 120,
  32. "segmentCount": 4,
  33. "colorScheme": "blue",
  34. "flipped": 1,
  35. "editable": true,
  36. "rotation": 0,
  37. "scale": 1,
  38. "position": {
  39. "klass": "Point",
  40. "params": {
  41. "x": 264,
  42. "y": 415.2
  43. }
  44. }
  45. }
  46. },
  47. {
  48. "klass": "Redirector",
  49. "params": {
  50. "radius": 99.2,
  51. "startAngle": 287.4,
  52. "endAngle": 210.2,
  53. "colorScheme": "orange",
  54. "flipped": 1,
  55. "editable": true,
  56. "rotation": 0,
  57. "scale": 1,
  58. "position": {
  59. "klass": "Point",
  60. "params": {
  61. "x": 826.8,
  62. "y": 162.8
  63. }
  64. }
  65. }
  66. },
  67. {
  68. "klass": "Redirector",
  69. "params": {
  70. "radius": 99.2,
  71. "startAngle": 44.4,
  72. "endAngle": 324.3,
  73. "colorScheme": "yellow",
  74. "flipped": -1,
  75. "editable": true,
  76. "rotation": 0,
  77. "scale": 1,
  78. "position": {
  79. "klass": "Point",
  80. "params": {
  81. "x": 860.8,
  82. "y": 446.8
  83. }
  84. }
  85. }
  86. },
  87. {
  88. "klass": "Track",
  89. "params": {
  90. "segmentWidth": 120,
  91. "segmentCount": 4,
  92. "colorScheme": "green",
  93. "flipped": 1,
  94. "editable": true,
  95. "rotation": 0,
  96. "scale": 1,
  97. "position": {
  98. "klass": "Point",
  99. "params": {
  100. "x": 266,
  101. "y": 591.2
  102. }
  103. }
  104. }
  105. },
  106. {
  107. "klass": "OutputGate",
  108. "params": {
  109. "positionFromTop": 566,
  110. "editable": false
  111. }
  112. },
  113. {
  114. "klass": "Flipper",
  115. "params": {
  116. "radius": 111.1,
  117. "colorScheme": "blue",
  118. "flipped": -1,
  119. "editable": true,
  120. "rotation": 181.7,
  121. "scale": 1,
  122. "position": {
  123. "klass": "Point",
  124. "params": {
  125. "x": 530.9,
  126. "y": 453.9
  127. }
  128. }
  129. }
  130. }
  131. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement