[SOLVED] Adding Outlines to the TINY gui text elements?

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.
Post Reply
Message
Author
User avatar
Semicolonkid
Regular
Posts: 51
Joined: Tue Feb 14, 2017 6:13 pm
Projects: Summoned
itch: semicolonkid
Contact:

[SOLVED] Adding Outlines to the TINY gui text elements?

#1 Post by Semicolonkid »

You know the "Back - History - Skip - Auto - Save (etc)" tiny options along the bottom of a default Ren'Py game? Is there a way to give those text elements an outline? I've been searching for a while, and I'm just not sure what style parameter would do it. I know that this will change their color:

Code: Select all

define gui.idle_small_color = u'#111111'
But that's it.

EDIT: *SOLVED IT!!!*
Turns out, all you need to do, preferably in gui.rpy, is this:

Code: Select all

define gui.quick_button_text_outlines = [ (2, "#00000090", 0, 0) ]
Image

Post Reply

Who is online

Users browsing this forum: Google [Bot], Kocker