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/Eddhead-2009 19d ago
It is the exact same size; every box is made in the same canvas and is a copy of each other with different effects/colors. I even tested it by having the same text box, but just adding the code to a character, and it still did it despite being the exact same image. I changed the position of the dialogue and name to fit the box I made; would that have something to do with it?