Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: MoonDog on Sat 18/07/2015 15:45:16

Title: [solved] Display text help
Post by: MoonDog on Sat 18/07/2015 15:45:16
Hey guys

How do I change the font of the display text only. Because I have fonts I want set for speech and all the GUI's but I can't find where to change display text. Also another question is where do I put this code:

Code (ags) Select

game.dialog_options_x = 0
game.dialog_options_y = 10


Because I have my dialog gui ready and I read somewhere this will help position it. But maybe I read it wrong.
Title: Re: Display text help
Post by: Slasher on Sat 18/07/2015 16:04:09
The Font text for Display is the Normal Font (0).
Put the code in game start in the Global.

You can also import more fonts that can be used.
Title: Re: Display text help
Post by: MoonDog on Sun 19/07/2015 12:53:42
Thank you. Working perfectly now.