Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

...Can we get a Hide button added to the Android version? Please and thank you ๐Ÿ™๐Ÿผ

(+1)

What do you mean by this? I'd be happy to try

(1 edit)

Well, in the window version, you can press H to Hide the UI by default in Ren'Py, but, for Android, you actually have to code it in... โ˜น

...iirc, you can put this in the menu:

imagebutton auto "gui/quick_menu/load_button_%s.png" action [HideInterface(), Hide("in_game_menu")]

Basically, the HideInterface() hides the window and the Hide() function hides the menu you were in that way this can go in a menu ๐Ÿค”

...My apologies if that doesn't make sense... ๐Ÿ˜ฃ