We can make this a bit bigger

Uncertain why we can't use 23 or 24 though
This commit is contained in:
Neil Kandalgaonkar 2013-05-06 04:34:11 -03:00
parent 1980102339
commit dc0122668c
1 changed files with 1 additions and 1 deletions

2
MATRIX
View File

@ -20,7 +20,7 @@
99 RETURN
100 REM DRAW
101 K(C,V) = K(C,V) + 1
102 IF K(C,V) > 20 THEN RETURN
102 IF K(C,V) > 22 THEN RETURN
103 VTAB K(C,V): HTAB K(C,H)
110 IF K(C,F) = 1 THEN GOSUB 120
111 IF K(C,F) = 0 THEN GOSUB 130