Actions
Bug #120
openRainbow Height
Start date:
02/05/2020
Due date:
% Done:
0%
Estimated time:
1:00 h
Affected version:
Description
The rainbow command seems to be ignoring the last parameter (the height).
The below draws one 32 pixel high bar in Amos, but fills the screen in AOZ:
#manifest:"amiga"
#fullScreen:true
set rainbow 0,1,32,"","","(1,1,15)(1,-1,15)"
rainbow 0,0,100,32 // height (last parameter) ignored
wait key
Files
Actions