Actions
Bug #147
openInk parameter not working on Text command
Start date:
02/06/2020
Due date:
% Done:
0%
Estimated time:
4:00 h
Affected version:
Description
On Amos the below code draws Red text on a white background, however it just draws the text in Red on Aoz, with no white background.
It doesn't seem to take into account the second parameter (paper) of the Ink command.
#manifest:"amiga"
#speed:"safe"
#splashScreen:false
ink 4,2 : text 100,100,"Hello"
wait key
Updated by Brian Flanagan about 4 years ago
- Estimated time set to 4:00 h
- Affected version changed from 0.9.4 to Beta RC2
Retested in Beta RC2. Still a problem
The Ink color itself is working, however, the border and background color is not.
Actions