Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: DrewCCU on Tue 06/04/2010 01:29:21

Title: Change the font outline color?
Post by: DrewCCU on Tue 06/04/2010 01:29:21
Is it possible to change the color of the outline on a font?
Title: Re: Change the font outline color?
Post by: Calin Leafshade on Tue 06/04/2010 01:58:15
game.text_shadow_color
Title: Re: Change the font outline color?
Post by: DrewCCU on Wed 07/04/2010 01:03:05
where exactly does that go into the scripting?
Title: Re: Change the font outline color?
Post by: Calin Leafshade on Wed 07/04/2010 01:17:01
well its a static property so whereever you like.

game_start is probably the best place if you want it like that for the whole game.

something like:


game.text_shadow_color = 15;


the number is an AGS colour value.