diff options
author | epoch <epoch@hacking.allowed.org> | 2017-11-01 02:55:22 -0500 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2017-11-01 02:55:22 -0500 |
commit | 6721695ea580738db03c3de5efb90e8fd7a7c2b2 (patch) | |
tree | 07f6fb05bfea34d40a40cb501de8c2f7913719a5 /tictactoe/marker0 | |
parent | f4e1581ebe95477ecd0ddbe9958cc4fc6b7f4f98 (diff) | |
download | hackvr-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/marker0')
-rw-r--r-- | tictactoe/marker0 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |