summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2017-09-30 02:40:49 -0500
committerepoch <epoch@hacking.allowed.org>2017-09-30 02:40:49 -0500
commit534964f43fbd9376931f28905897dea2d3fbfa3a (patch)
treeaa5478dbe813ad9e593531d0d26818d70919a405
parent832afd87649f4fe0008a291650ccadc88df74f69 (diff)
downloadhackvr-534964f43fbd9376931f28905897dea2d3fbfa3a.tar.gz
hackvr-534964f43fbd9376931f28905897dea2d3fbfa3a.zip
made the board set its zoom level
-rw-r--r--tictactoe/board20
1 files changed, 11 insertions, 9 deletions
diff --git a/tictactoe/board b/tictactoe/board
index 88f20fb..2a44f27 100644
--- a/tictactoe/board
+++ b/tictactoe/board
@@ -1,11 +1,13 @@
-topleft addshape 4 0 -3 3 0 -1 3 0 -1 1 0 -3 1
-topcenter addshape 4 0 -1 3 0 1 3 0 1 1 0 -1 1
-topright addshape 4 0 1 3 0 3 3 0 3 1 0 1 1
+junk set global.zoom 64
-middleleft addshape 4 0 -3 1 0 -1 1 0 -1 -1 0 -3 -1
-middlecenter addshape 4 0 -1 1 0 1 1 0 1 -1 0 -1 -1
-middleright addshape 4 0 1 1 0 3 1 0 3 -1 0 1 -1
+topleft addshape 4 -3 3 0 -1 3 0 -1 1 0 -3 1 0
+topcenter addshape 4 -1 3 0 1 3 0 1 1 0 -1 1 0
+topright addshape 4 1 3 0 3 3 0 3 1 0 1 1 0
-bottomleft addshape 4 0 -3 -1 0 -1 -1 0 -1 -3 0 -3 -3
-bottomcenter addshape 4 0 -1 -1 0 1 -1 0 1 -3 0 -1 -3
-bottomright addshape 4 0 1 -1 0 3 -1 0 3 -3 0 1 -3
+middleleft addshape 4 -3 1 0 -1 1 0 -1 -1 0 -3 -1 0
+middlecenter addshape 4 -1 1 0 1 1 0 1 -1 0 -1 -1 0
+middleright addshape 4 1 1 0 3 1 0 3 -1 0 1 -1 0
+
+bottomleft addshape 4 -3 -1 0 -1 -1 0 -1 -3 0 -3 -3 0
+bottomcenter addshape 4 -1 -1 0 1 -1 0 1 -3 0 -1 -3 0
+bottomright addshape 4 1 -1 0 3 -1 0 3 -3 0 1 -3 0