From e7f3e70b9275a38ca72d01b454ada349f12a230e Mon Sep 17 00:00:00 2001 From: nutbuster Date: Sat, 7 Aug 2021 06:11:26 +1000 Subject: [PATCH] Black -> White --- game/script.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/script.rpy b/game/script.rpy index e48f33a..6db6302 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -104,7 +104,7 @@ define D = Character ('Driver',color="#FFECBC", who_outlines=[(gui.name_text_thi define FM = Character ("Fang's Mom",color="#FFD8F6", who_outlines=[(gui.name_text_thickness, '#521947')]) # Bright Pink define FD = Character ("Fang's Dad",color="#D8A09A", who_outlines=[(gui.name_text_thickness, '#461B1F')]) # Desaturated Orange define Tsuki = Character ('Mr. Tsuki',color="#A7F2A2", who_outlines=[(gui.name_text_thickness, '#471054')]) # Pear Green -define unknown = Character ('(???)',color="#000000", who_outlines=[(gui.name_text_thickness, '#FFFFFF')]) # Black +define unknown = Character ('(???)',color="#FFF", who_outlines=[(gui.name_text_thickness, '#000')]) # White define jingo = Character ('Mr. Jingo',color="#CD8283", who_outlines=[(gui.name_text_thickness, '#0F0D49')]) # Desaturated Red define MaitD = Character ('Maitre D',color="#AF9EFF", who_outlines=[(gui.name_text_thickness, '#241630')]) # Cobalt Blue define Moe = Character('Moe',color="#A5BEED", who_outlines=[(gui.name_text_thickness, '#1F253B')]) # Desaturated Blue