Textbox won't fit text.
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.
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.
- isobellesophia
- Miko-Class Veteran
- Posts: 979
- Joined: Mon Jan 07, 2019 2:55 am
- Completed: None
- Projects: Maddox and Friends! (AI Teacher friend), Friendly Universities! (Soon)
- Organization: Friendly Teachers series
- Deviantart: SophBelle
- itch: Child Creation
- Location: Philippines, Mindanao
- Contact:
Re: Textbox won't fit text.
You need to resize the text dialogue and the name text. (found in gui.rpy.)
I would suggest you do not make the textbox smaller, just make it medium so that the text fits.
Also, i saw that your textbox is not transparent, make it transparent so the white background wont replace its background place.
- lilurz
- Regular
- Posts: 27
- Joined: Wed Jun 12, 2019 1:40 am
- Completed: None, yet.
- Projects: The Hawkins Files
- Location: Your computer
- Contact:
Re: Textbox won't fit text.
isobellesophia wrote: ↑Sat Aug 24, 2019 1:51 amYou need to resize the text dialogue and the name text. (found in gui.rpy.)
I would suggest you do not make the textbox smaller, just make it medium so that the text fits.
Also, i saw that your textbox is not transparent, make it transparent so the white background wont replace its background place.
What line is it on?
- isobellesophia
- Miko-Class Veteran
- Posts: 979
- Joined: Mon Jan 07, 2019 2:55 am
- Completed: None
- Projects: Maddox and Friends! (AI Teacher friend), Friendly Universities! (Soon)
- Organization: Friendly Teachers series
- Deviantart: SophBelle
- itch: Child Creation
- Location: Philippines, Mindanao
- Contact:
Re: Textbox won't fit text.
lilurz wrote: ↑Sat Aug 24, 2019 2:21 amisobellesophia wrote: ↑Sat Aug 24, 2019 1:51 amYou need to resize the text dialogue and the name text. (found in gui.rpy.)
I would suggest you do not make the textbox smaller, just make it medium so that the text fits.
Also, i saw that your textbox is not transparent, make it transparent so the white background wont replace its background place.
What line is it on?
It is about 131 or 132.
The name text
Code: Select all
## The placement of the speaking character's name, relative to the textbox.
## These can be a whole number of pixels from the left or top, or 0.5 to center.
define gui.name_xpos = 360
define gui.name_ypos = 0the dialogue text
Code: Select all
## The placement of dialogue relative to the textbox. These can be a whole
## number of pixels relative to the left or top side of the textbox, or 0.5 to
## center.
define gui.dialogue_xpos = 402
define gui.dialogue_ypos = 90https://www.renpy.org/doc/html/text.html#text-tag-size
- lilurz
- Regular
- Posts: 27
- Joined: Wed Jun 12, 2019 1:40 am
- Completed: None, yet.
- Projects: The Hawkins Files
- Location: Your computer
- Contact:
Re: Textbox won't fit text.
isobellesophia wrote: ↑Sat Aug 24, 2019 4:14 amlilurz wrote: ↑Sat Aug 24, 2019 2:21 amisobellesophia wrote: ↑Sat Aug 24, 2019 1:51 am
You need to resize the text dialogue and the name text. (found in gui.rpy.)
I would suggest you do not make the textbox smaller, just make it medium so that the text fits.
Also, i saw that your textbox is not transparent, make it transparent so the white background wont replace its background place.
What line is it on?
It is about 131 or 132.
The name textandCode: Select all
## The placement of the speaking character's name, relative to the textbox. ## These can be a whole number of pixels from the left or top, or 0.5 to center. define gui.name_xpos = 360 define gui.name_ypos = 0
the dialogue textEdit it out on your own that fits the textbox. 0.5 is center, 1.0 is right and 0.0 is left.Code: Select all
## The placement of dialogue relative to the textbox. These can be a whole ## number of pixels relative to the left or top side of the textbox, or 0.5 to ## center. define gui.dialogue_xpos = 402 define gui.dialogue_ypos = 90
https://www.renpy.org/doc/html/text.html#text-tag-size
I'm stupid. How did I not know this? Thanks! And it is a pain to fit the textbox and stuff.
Who is online
Users browsing this forum: No registered users


