Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi, I wanted to add this codex as a normal imagebutton inside my renpy game, but after I do ShowScreen("category_welcome") if I click anywhere but your textbuttons the screen goes away. How can I fix this?

(+1)

Hi, try using ShowMenu("category_welcome") instead ^^ At least I *think* it should help.

Thank you for the reply. Unfortunately it shows nothing, just black screen. I want it to be a complete separate screen, not a menu stacked on the current context.

(+2)

I fixed by putting "modal True" in every "welcome" screen