Ren'Py How to hide the quick menu (Hide, Skip, Menu,etc... keys )

Gagge89

Member
Apr 24, 2020
386
144
198
Hi everyone,
I would like to hide the quick menu in the games. How can I do? Because pressing H the quick menu hides but the texts are also hidden, only the CG images remain, while what I would like is that the quick menu is hidden while the dialogue texts remain visible.
Thanks :)
 
Last edited:

jon95

Member
Game Developer
Sep 29, 2018
176
399
123
i don't know if got what want right but you can change this line in the screens file to hide the quick menu
Python:
default quick_menu = True
to
Code:
default quick_menu = False
 
Last edited:
  • Like
Reactions: Sepheyer