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.
-
medievaldukemon
- Newbie
- Posts: 3
- Joined: Tue Jan 21, 2020 10:24 am
- Projects: Mechatopia
-
Contact:
#1
Post
by medievaldukemon » Wed Jan 22, 2020 2:08 am
Hello! I'm very new to ren'py software (just used it two days ago) and i'm having a difficult time here. Does anyone know how to make the text bigger ONLY in the naming screen? So it's fit to the naming box below:
https://i.imgur.com/l8BAJUL.png
I've tried every code but it just doesn't work, my code for the input in screens.rpy is below:
Code: Select all
screen input(prompt):
style_prefix "input"
window at truecenter:
xalign 5
yalign 0.5
background ("gui/namingbox.png")
vbox:
xalign 0.3
yalign 0.3
xsize 500
ysize 600
text prompt style "input_prompt"
input id "input"
style input_prompt is default
style input_prompt:
xalign gui.dialogue_text_xalign
properties gui.text_properties("input_prompt")
style input:
xalign gui.dialogue_text_xalign
xmaximum gui.dialogue_width
So what I'm wondering is what did I do wrong and what can I do to change the size of the default text, but ONLY to the input screen there?
Thank you very much and I'm sorry for my bad english
Users browsing this forum: Bing [Bot], Google [Bot]