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