1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-01-09 13:33:26 +00:00

Update line spacing

This commit is contained in:
David Schmenk 2019-12-27 18:37:21 -08:00
parent 8a960f018b
commit c7c69fe0d5

View File

@ -21,10 +21,10 @@ def testline#0
setlinespans(@hgrHlin, @hgrVlin)
hgrColor(7)
for i = 0 to 191 step 16
for i = 0 to 191 step 8
linespans(0, i, 279, 191 - i)
next
for i = 0 to 279 step 14
for i = 0 to 279 step 9
linespans(i, 0, 279 - i, 191)
next
end