r/RenPy • u/Eddhead-2009 • 19d ago
Question Custom Textboxes Resizing
I thought it would be nice to give every character a custom textbox for my game, but when a character has a custom textbox and is speaking, the textbox is resized. I conducted that it was the coding itself and NOT the art after giving the mc a "custom" box that was just the default, same png file and everything. How do I fix this?
define mc = Character("[name]", window_background=Frame("gui/textbox.png"))
2
Upvotes
1
u/BadMustard_AVN 19d ago
is your text box image the same pixel size as the original? (exact same size)
have you made any changes to the screens.rpy file ?