From 9bed89b75e8b97307bc7a64fd034251cdea79867 Mon Sep 17 00:00:00 2001 From: epoch Date: Tue, 19 Dec 2017 03:39:45 -0600 Subject: updated tictactoe board and markers to use color argument for addshape --- tictactoe/marker0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tictactoe/marker0') diff --git a/tictactoe/marker0 b/tictactoe/marker0 index 382bc57..5bc0c5c 100644 --- a/tictactoe/marker0 +++ b/tictactoe/marker0 @@ -1,2 +1,2 @@ -_marker addshape 2 .5 .5 2 1.5 1.5 2 -_marker addshape 2 1.5 .5 2 .5 1.5 2 +_marker addshape 1 2 .5 .5 2 1.5 1.5 2 +_marker addshape 1 2 1.5 .5 2 .5 1.5 2 -- cgit v1.2.3