Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

THANK YOU!!
If anyone else has an issue with their MC text being weird on android, I used the same thing for the narrator text fix here, but on this line of code (scroll a little bit down from where narrator text was edited):

if d.who == MC_Name :

                                color "#FFF"

                                text_align 1.0

                                if renpy.variant("small"):

                                    xpos -1055 #FIXED FOR ANDROID

                                else:
                                    xpos -580