Actions
Bug #465
openRainbow lines are offset, and there are gaps between the rainbow lines.
Start date:
09/03/2020
Due date:
% Done:
0%
Estimated time:
24:00 h
Affected version:
Description
Example code: (see attached snapshot for results)
#manifest:"amiga"
#fullScreen:true
#splashScreen:false
Screen Open 0,320,256,32,Lowres
Palette 0,$FFFFFF
Cls 0
set rainbow 0,0,255,"","",""
Rainbow 0,0,0,255
for y=0 to 255
rain(0,y)=y
next
Ink 1 : Box 0,0 To 319,255
wait key
They're offset both horizontally as well as vertically.
Files
Actions