Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Jockstrap on Sun 25/01/2004 07:44:41

Title: Changing Normal Font Colour
Post by: Jockstrap on Sun 25/01/2004 07:44:41
Um, is there a way to change the normal font colour from black to something else?
Title: Re:Changing Normal Font Colour
Post by: Scorpiorus on Sun 25/01/2004 12:26:13
You don't set the color just for the normal font. If, for example, you want to change the color of display messages you need to create a custom textwindow (add a new GUI and covert it to the textwindow) and set its foreground color - that would affect the color of display messages provided you set this textwindow GUI to show messages on (see general settings: Text windows use GUI option and specify the textwindow GUI number there).

~Cheers