Advertisement
Guest User

Untitled

a guest
Mar 4th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. {
  2. "grid_deltas": [0,+1],
  3. "tile_types": ["TILE_A", "TILE_B"],
  4. "wire_pairs": [
  5. ["FIRST_WIRE_OF_TILE_A", "FIRST_WIRE_OF_TILE_B"],
  6. ["SECOND_WIRE_OF_TILE_A", "SECOND_WIRE_OF_TILE_B"]
  7. ]
  8. }
  9.  
  10. {
  11. "grid_deltas": [0,-1],
  12. "tile_types": ["TILE_B", "TILE_A"],
  13. "wire_pairs": [
  14. ["FIRST_WIRE_OF_TILE_B", "FIRST_WIRE_OF_TILE_A"],
  15. ["SECOND_WIRE_OF_TILE_B", "SECOND_WIRE_OF_TILE_A"]
  16. ]
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement