Search found 1 match

by Kieron80
Wed Mar 06, 2019 1:05 pm
Forum: Ren'Py Questions and Announcements
Topic: How do I add an outline to text? (SOLVED)
Replies: 13
Views: 25966

Re: How do I add an outline to text? (SOLVED)

put this in your script, where you define your characters etc.

define gui.dialogue_text_outlines = [ (0, "#00000080", 2, 2) ]
define gui.charaters_text_outlines = [ (0, "#00000080", 2, 2) ]