From 6721695ea580738db03c3de5efb90e8fd7a7c2b2 Mon Sep 17 00:00:00 2001 From: epoch Date: Wed, 1 Nov 2017 02:55:22 -0500 Subject: moved the positions of board and markers so they would look better with distance based coloring --- tictactoe/board | 18 +++++++++--------- tictactoe/marker0 | 4 ++-- tictactoe/marker1 | 2 +- 3 files changed, 12 insertions(+), 12 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 diff --git a/tictactoe/marker0 b/tictactoe/marker0 index 300287e..382bc57 100644 --- a/tictactoe/marker0 +++ b/tictactoe/marker0 @@ -1,2 +1,2 @@ -_marker addshape 2 .5 .5 0 1.5 1.5 0 -_marker addshape 2 1.5 .5 0 .5 1.5 0 +_marker addshape 2 .5 .5 2 1.5 1.5 2 +_marker addshape 2 1.5 .5 2 .5 1.5 2 diff --git a/tictactoe/marker1 b/tictactoe/marker1 index ae9fc3e..7dcc068 100644 --- a/tictactoe/marker1 +++ b/tictactoe/marker1 @@ -1 +1 @@ -_marker addshape 4 1.5 1.5 0 .5 1.5 0 .5 .5 0 1.5 .5 0 +_marker addshape 4 1.5 1.5 2 .5 1.5 2 .5 .5 2 1.5 .5 2 -- cgit v1.2.3