Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Sorry for bother you,  Author.

We noticed in apk version, seems like Chris's avator can't show in lower left corner. So we try to fix it, and why this happened.

We found that because new phone's screen is too long, making Ren'Py take it as a small device. 

So it might be helpful to use an variable "renpy.variant("small")"  to re-set up.

Here is the variable need to change in screen.rpy

Add the code below:

     if renpy.variant("small"):

         add SideImage() xalign 0.0 yalign 1.0

In "style window"  (In row 1451) add :

     left_padding 130

Here is the picture add above code result

Test Phone: Google Pixel 6

Thank you for the reply! I forwarded the information to my programmer to see what we can do~

(1 edit)

If you want let the text move to right, just change "left_padding".

If you want, we also can provide screens.rpy and apk for you.