Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi. Can you please add a "Hide" button in quick menu, it would make the game much more enjoyable on mobile devices, currently the text box covers 35% of the screen, being able to hide the text to see what's happening behind it would be great.

screen quick_menu(): variant "touch"

textbutton _("Hide") action HideInterface

I believe should do the job (honestly my knowledge in RenPy coding is about 3% or less, so I might be wrong). I came across a modded version of this game on third party website (game version outdated),  with "Hide" text option and having it available is a blessing.

Or would you be able to tell me which file to tweak? x-screens.rpyc ? Some other file? I haven't found an app to open those file extensions as of yet, but everything is possible.

Beside this issue, I found the game to be quite fun and enjoyable. 

Thank You

Have a Great Day.

Thank you! *,rpyc are renpy complied files. It means you need to decompile them (and get *.rpy) before change. Plus, it's impossible to change Android files without compiling the whole project again, afaik. Anyway, I'll add this button to the next update.