- Nov 12, 2017
- 103
- 90
Anyone know why changing the line
image side carilielleface = "carilielleface.png"
to
image side cariface = "carilielleface.png"
in script.rpy fixes her face showing every scene change seems weird but I have no idea how renpy works.
basically changing these two lines seems to fix it for me the other line is just to get her face to show when it should
from
define cari = Character("Carilielle", who_outlines=[(absolute(1),"#f00",absolute(0),absolute(0))], who_italic=True, color="#B7074A", image="carilielleface", window_left_padding=110)
image side carilielleface = "carilielleface.png"
to
define cari = Character("Carilielle", who_outlines=[(absolute(1),"#f00",absolute(0),absolute(0))], who_italic=True, color="#B7074A", image="cariface", window_left_padding=110)
image side cariface = "carilielleface.png"
image side carilielleface = "carilielleface.png"
to
image side cariface = "carilielleface.png"
in script.rpy fixes her face showing every scene change seems weird but I have no idea how renpy works.
basically changing these two lines seems to fix it for me the other line is just to get her face to show when it should
from
define cari = Character("Carilielle", who_outlines=[(absolute(1),"#f00",absolute(0),absolute(0))], who_italic=True, color="#B7074A", image="carilielleface", window_left_padding=110)
image side carilielleface = "carilielleface.png"
to
define cari = Character("Carilielle", who_outlines=[(absolute(1),"#f00",absolute(0),absolute(0))], who_italic=True, color="#B7074A", image="cariface", window_left_padding=110)
image side cariface = "carilielleface.png"