Advertisement
Coinage

Coordinate System (case "b")

May 25th, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.22 KB | None | 0 0
  1. case "b":
  2. (...) // Your m.GetInts
  3.  
  4. // x + 1 (right of the block originally placed)
  5. // x - 1 (left of the block originally placed)
  6. // y + 1 (below the block originally placed)
  7. // y - 1 (above the block originally placed)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement