From 94c52214febfe1d4c51b4808e637d97de3d5a109 Mon Sep 17 00:00:00 2001 From: epoch Date: Sat, 30 Sep 2017 02:41:33 -0500 Subject: fixed the markers to use the right x and y instead of y and z --- tictactoe/marker0 | 4 ++-- tictactoe/marker1 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tictactoe/marker0 b/tictactoe/marker0 index 613fbb4..300287e 100644 --- a/tictactoe/marker0 +++ b/tictactoe/marker0 @@ -1,2 +1,2 @@ -_marker addshape 2 0 .5 .5 0 1.5 1.5 -_marker addshape 2 0 1.5 .5 0 .5 1.5 +_marker addshape 2 .5 .5 0 1.5 1.5 0 +_marker addshape 2 1.5 .5 0 .5 1.5 0 diff --git a/tictactoe/marker1 b/tictactoe/marker1 index 61a3a22..ae9fc3e 100644 --- a/tictactoe/marker1 +++ b/tictactoe/marker1 @@ -1 +1 @@ -_marker addshape 4 0 1.5 1.5 0 .5 1.5 0 .5 .5 0 1.5 .5 +_marker addshape 4 1.5 1.5 0 .5 1.5 0 .5 .5 0 1.5 .5 0 -- cgit v1.2.3