Moving menu choices (solved)

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
Morgan_R
Regular
Posts: 59
Joined: Wed Jul 18, 2012 3:24 am
Contact:

Moving menu choices (solved)

#1 Post by Morgan_R »

So, I poked around in options.rpy, but I couldn't seem to find what I needed... how do I make the choices for the in-game menus appear somewhere else on the screen? (i.e., below the character's speaking text, which I've managed to put in the middle.)

Thanks in advance for your help!
Last edited by Morgan_R on Mon Jul 08, 2013 4:00 pm, edited 1 time in total.

pwisaguacate
Veteran
Posts: 356
Joined: Mon Mar 11, 2013 11:03 pm
Contact:

Re: Moving menu choices

#2 Post by pwisaguacate »

Change the yalign value in screens.rpy for the choice screen:

Code: Select all

screen choice:
    [...]

        yalign 0.8
        [...]
All the other screens are also in screens.rpy.

Morgan_R
Regular
Posts: 59
Joined: Wed Jul 18, 2012 3:24 am
Contact:

Re: Moving menu choices

#3 Post by Morgan_R »

Awesome, thanks! :)

Post Reply

Who is online

Users browsing this forum: Google [Bot], Milkymalk