Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Slasher on Sat 04/03/2017 20:28:44

Title: CustomDialogGui question
Post by: Slasher on Sat 04/03/2017 20:28:44
Hi

I'm using CustomDialogGui module and I can't see where I can start the options at y as I want to custom make the background image with a heading for the Dialog gui.. the options start at the very top...

Edit:
Gone back to using ags version with custom gui and the usual:

Code (ags) Select

game.min_dialogoption_width=190;
game.dialog_options_x=12;
game.dialog_options_y=14; // this was the issue
game.dialog_options_highlight_color=23447;