Forgot the scripts...
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1663 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
parent
4fc9c2ef30
commit
fccadd5927
@ -49,7 +49,11 @@ for y = 0, h - 1, 1 do
|
|||||||
c = matchcolor(rp*f,gp*f,bp*f)
|
c = matchcolor(rp*f,gp*f,bp*f)
|
||||||
|
|
||||||
putpicturepixel(x, y, c);
|
putpicturepixel(x, y, c);
|
||||||
|
|
||||||
end
|
end
|
||||||
|
updatescreen()
|
||||||
|
if (waitbreak(0)==1) then
|
||||||
|
return
|
||||||
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@ -49,5 +49,9 @@ for y = 0, h - 1, 1 do
|
|||||||
putpicturepixel(x, y, c);
|
putpicturepixel(x, y, c);
|
||||||
|
|
||||||
end
|
end
|
||||||
|
updatescreen()
|
||||||
|
if (waitbreak(0)==1) then
|
||||||
|
return
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user