Page 1 of 1

Need help with changing text position [solved]

Posted: Mon Jun 12, 2017 5:54 pm
by amaicherii
Hello! I'm very new to Ren'py and am trying to make a short visual novel all on my own with help of tutorials. Thing is, I currently have a problem where I want the dialogue text and narration text to be in the same position but it's proving to be difficult :(

I attached two files. The first one shows the narration without the character's name, the second one shows the character talking. What I want is for the narration text from the first image to be at the same position as the dialogue text in the second image. But when there's no character talking, the text's position is the same as the character's name position.

I hope that made sense. I'd really appreciate the help!! :)

Re: Need help with changing text position

Posted: Tue Jun 13, 2017 7:23 am
by Remix
In gui.rpy, try tweaking a few settings to shift the name to where you want it. You might also want to add a bit of style to it, maybe give it its own frame...

Code: Select all

define gui.name_xpos = 40
define gui.name_ypos = -64

Re: Need help with changing text position

Posted: Tue Jun 13, 2017 7:32 am
by amaicherii
Remix wrote:In gui.rpy, try tweaking a few settings to shift the name to where you want it. You might also want to add a bit of style to it, maybe give it its own frame...

Code: Select all

define gui.name_xpos = 40
define gui.name_ypos = -64
Hey, thanks for the answer. I think my ren'py's old cause I don't have gui.rpy. Just script.rpy, options.rpy and screens.rpy. I asked a friend yesterday and they were able to help me. This is what I did in case anyone else also has trouble with this: