Doubt about space between name and text

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
zabuzaeldemonio
Regular
Posts: 103
Joined: Sun Jan 08, 2017 7:24 pm
Projects: Call Me
Location: Spain
Contact:

Doubt about space between name and text

#1 Post by zabuzaeldemonio »

Hi guys, I would like to know if it is possible to create padding just for the text, for example:

Code: Select all

define e = Character(_('Elzbieta'),color="A93226", what_color="E7AE3D", who_font="fuentes/nino.ttf", what_font="fuentes/nino.ttf",window_left_padding=365,window_top_padding=34,
    window_right_padding=16,what_slow_cps=35,
    show_side_image=Image("images/side_images/shun_neutral.png", xalign=0.05, yalign=0.95), )
With this padding space is created for both the name and the text.

However, I would only like the text to move, thanks for the help.
My personal Project:
Image

User avatar
Imperf3kt
Lemma-Class Veteran
Posts: 3791
Joined: Mon Dec 14, 2015 5:05 am
itch: Imperf3kt
Location: Your monitor
Contact:

Re: Doubt about space between name and text

#2 Post by Imperf3kt »

Are you using the new gui or legacy?

In the new gui, there is an option in gui.rpy (couldn't tell you the name, but the file is well commented)

I don't know much about the legacy gui (anymore)
Warning: May contain trace amounts of gratuitous plot.
pro·gram·mer (noun) An organism capable of converting caffeine into code.

Current project: GGD Mentor

Twitter

zabuzaeldemonio
Regular
Posts: 103
Joined: Sun Jan 08, 2017 7:24 pm
Projects: Call Me
Location: Spain
Contact:

Re: Doubt about space between name and text

#3 Post by zabuzaeldemonio »

Im using legacy gui :\
My personal Project:
Image

Post Reply

Who is online

Users browsing this forum: Google [Bot], piinkpuddiin