Page 1 of 1

How to avoid "Frame" for nameboxes

Posted: Wed Jul 12, 2017 10:18 pm
by Graff
Hello. I have a pre-fitted namebox, so I would like to turn off Frames so that Ren'Py doesn't split it up into Border objects. Unfortunately, I'm at a loss as to how to do that. Can anyone point me in the right direction? Forgive me if it is glaringly obvious. Thanks.

Re: How to avoid "Frame" for nameboxes

Posted: Thu Jul 13, 2017 4:24 am
by Remix
In screens.rpy:

Look for
style namebox:

Amend anything in that block. Maybe just make background an Image('gfhfgg.png')

Re: How to avoid "Frame" for nameboxes

Posted: Thu Jul 13, 2017 8:41 am
by Graff
Awesome. That helps. Thank you.