Skip to main content

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

Circustry

3
Posts
9
Following
A member registered Jan 18, 2022 · View creator page →

Creator of

Recent community posts

Hello hello sorry for late reply but i used this

if renpy.variant("small"):  ###FIXED FOR ANDROID

xpos -686 # adjust this number as you see fit

else:

xpos -335

basically find the code for the narrator text (should be easy its marked by a comment already) and replce the xpos with this

(Credit to the original guy who made this solution)

Nvm fixed it, used code somebody provided to fix the message disappearing issue on android

Hello hello currently using this in my game but for some reason in the android build the narrator text clips/disappears does anyone have a solution for this? thanks in advance :))