Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Tue 20/04/2004 17:45:30

Title: custom menu bar
Post by: on Tue 20/04/2004 17:45:30
Ok Ive gotten to the point in my game where I want to customize my menu bar - I don't want to change the order walk|see|look|talk|inv|save|load|exit|about is fine, but i want to make the icons smaller, more centered and have custom designs for each.  

so in my 640x400 game, i would want menu bar to take up maybe 320x20 pixels instead of the 640x40 they seem to take up.  

i cant figure out how to code it.  can i insert code into global script maybe that calls my custom images?

Title: Re:custom menu bar
Post by: Darth Mandarb on Tue 20/04/2004 17:50:30
Just replace the images in the default GUI menu bar with your own.

Am I missing something here?

This is the best solution, especially if you don't want to change the order.
Title: Re:custom menu bar
Post by: on Tue 20/04/2004 17:56:52
no i messed up.  was looking for answer in global script and it was in gui menu.  (of course). me feels so dumb.   yep its easy to change icons.