Forgot the scripts...

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1663 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud 2010-12-18 20:07:55 +00:00
parent 4fc9c2ef30
commit fccadd5927
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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