Skip to main content

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

Hey i found a little problem. if you are in the options menu an tap quit and then no it starts the game. is there a way to fix it? it ist also in your original file

Hi! Thanks for bringing it to my attention ^^
It's due to me forgetting to put an action to the "No" button. For a quick fix, just search for 

screen confirmbutton():

in the screens.rpy. You'll find a textbutton with "No" in it and "action Null" after. Simply just change it to action Hide("confirmbutton")

I'll add it to the original file as soon as I can.

Thanks for the help. 

I just began to teach me RenPy, so I couldn't find the solution on my own😅