https://puu.sh/v7xX3/32741b7da7.png
However, If I open the same project file on the old computer, it looks normal o_O (probably because Ren'py isn't updated on it?) I even tried the following, which I found on another thread here, but it didn't work either:
Code: Select all
$ centered = Character(None,
what_size=20,
what_outlines=[(3, "#000000", 0, 0)],
what_layout="subtitle",
what_xalign=0.5,
what_text_align=0.5,
window_background=None,
window_yminimum=0,
window_xfill=False,
window_xalign=0.5,
window_yalign=0.5)

