1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-01-25 11:30:04 +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) setlinespans(@hgrHlin, @hgrVlin)
hgrColor(7) hgrColor(7)
for i = 0 to 191 step 16 for i = 0 to 191 step 8
linespans(0, i, 279, 191 - i) linespans(0, i, 279, 191 - i)
next next
for i = 0 to 279 step 14 for i = 0 to 279 step 9
linespans(i, 0, 279 - i, 191) linespans(i, 0, 279 - i, 191)
next next
end end