diff options
author | epoch <epoch@hacking.allowed.org> | 2017-11-25 21:52:48 -0600 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2017-11-25 21:52:48 -0600 |
commit | 35ed48987d5511e4df4bd90e0f69303678f5c476 (patch) | |
tree | 87727b368f18509a325c91e8b00b9cc6a0693a5b /tictactoe/board | |
parent | 9deee5b1917b6f644261d040a1832a14369a567f (diff) | |
download | hackvr-35ed48987d5511e4df4bd90e0f69303678f5c476.tar.gz hackvr-35ed48987d5511e4df4bd90e0f69303678f5c476.zip |
made the local-tictactoe use the same script as the multiplayer
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 |