Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
-
kikcac
#1
Post
by kikcac » Fri Jul 12, 2013 7:35 am
Code: Select all
config.keymap['hide_windows'].append('mouseup_3')
This code hides the text box when right-clicking but it also hides the Yes/No screen.
I want to know how to make it stop hiding that.
Thank you in advance!
-
pwisaguacate
- Veteran
- Posts: 356
- Joined: Mon Mar 11, 2013 11:03 pm
-
Contact:
#2
Post
by pwisaguacate » Fri Jul 12, 2013 9:07 am
hide_windows and HideInterface() normally are supposed to hide everything and then unhide when the use left clicks.
(Other than that, sorry I'm not able to answer your question.)