summaryrefslogtreecommitdiff
path: root/tictactoe/board
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2017-11-01 02:55:22 -0500
committerepoch <epoch@hacking.allowed.org>2017-11-01 02:55:22 -0500
commit6721695ea580738db03c3de5efb90e8fd7a7c2b2 (patch)
tree07f6fb05bfea34d40a40cb501de8c2f7913719a5 /tictactoe/board
parentf4e1581ebe95477ecd0ddbe9958cc4fc6b7f4f98 (diff)
downloadhackvr-6721695ea580738db03c3de5efb90e8fd7a7c2b2.tar.gz
hackvr-6721695ea580738db03c3de5efb90e8fd7a7c2b2.zip
moved the positions of board and markers so they would look better with distance based coloring
Diffstat (limited to 'tictactoe/board')
-rw-r--r--tictactoe/board18
1 files changed, 9 insertions, 9 deletions
diff --git a/tictactoe/board b/tictactoe/board
index 2a44f27..a6e4ed9 100644
--- a/tictactoe/board
+++ b/tictactoe/board
@@ -1,13 +1,13 @@
junk set global.zoom 64
-topleft addshape 4 -3 3 0 -1 3 0 -1 1 0 -3 1 0
-topcenter addshape 4 -1 3 0 1 3 0 1 1 0 -1 1 0
-topright addshape 4 1 3 0 3 3 0 3 1 0 1 1 0
+topleft addshape 4 -3 3 4 -1 3 4 -1 1 4 -3 1 4
+topcenter addshape 4 -1 3 4 1 3 4 1 1 4 -1 1 4
+topright addshape 4 1 3 4 3 3 4 3 1 4 1 1 4
-middleleft addshape 4 -3 1 0 -1 1 0 -1 -1 0 -3 -1 0
-middlecenter addshape 4 -1 1 0 1 1 0 1 -1 0 -1 -1 0
-middleright addshape 4 1 1 0 3 1 0 3 -1 0 1 -1 0
+middleleft addshape 4 -3 1 4 -1 1 4 -1 -1 4 -3 -1 4
+middlecenter addshape 4 -1 1 4 1 1 4 1 -1 4 -1 -1 4
+middleright addshape 4 1 1 4 3 1 4 3 -1 4 1 -1 4
-bottomleft addshape 4 -3 -1 0 -1 -1 0 -1 -3 0 -3 -3 0
-bottomcenter addshape 4 -1 -1 0 1 -1 0 1 -3 0 -1 -3 0
-bottomright addshape 4 1 -1 0 3 -1 0 3 -3 0 1 -3 0
+bottomleft addshape 4 -3 -1 4 -1 -1 4 -1 -3 4 -3 -3 4
+bottomcenter addshape 4 -1 -1 4 1 -1 4 1 -3 4 -1 -3 4
+bottomright addshape 4 1 -1 4 3 -1 4 3 -3 4 1 -3 4