Project

General

Profile

Bug #120

Updated by Baptiste Pillot about 4 years ago

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: 

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

Back