curif / AgeOfJoy-2022.1

Age of Joy Unit V2022.1
12 stars 7 forks source link

AGEBasic screen colors #516

Open curif opened 1 month ago

curif commented 1 month ago

The user would change foreground and background colors:

BGCOLOR"cyan" FGCOLOR "white" FGCOLOR 255,255,255

CLS will use the BGCOLOR RESETCOLORS to reset.

curif commented 4 weeks ago

SETCOLORSPACE "C64" to set the color space to use.

curif commented 4 weeks ago

INVERTCOLOR to switch foreground and background.