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:
parent
8a960f018b
commit
c7c69fe0d5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user