diff options
Diffstat (limited to 'tictactoe/board')
-rw-r--r-- | tictactoe/board | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tictactoe/board b/tictactoe/board index a6e4ed9..80401a9 100644 --- a/tictactoe/board +++ b/tictactoe/board @@ -1,4 +1,6 @@ -junk set global.zoom 64 +junk set global.zoom 16 + +_reset addshape 3 -4 -4 4 -5 -4 4 -4 -5 4 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 |