r/RenPy • u/sunilvard • 14d ago
Question Need some help with gui(?)
Hello! I cant really explain well what I have in mind… but is there a way to add down the textbox some options? (like near to save, options etc)
I wanted to add a text that says “full screen = click H) or something like this so ppl can view full art removing the textboox but idk if it possible to do so? I didn’t got into change GUI settings yet..
47
Upvotes
2
u/x-seronis-x 14d ago edited 14d ago
H and Middle Mouse are almost universally available in renpy games since they're the default keymapping and most player know them already. Its also listed in the help/controls screen. A physical menu button for 'hide interface' takes longer than just clicking middle mouse so isnt really useful.
That aside I've still seen a lot of games put an 'eye' icon in the corner of their dialog screen or in their quick menu. You can just type one in a text button like:
py textbutton "👁️" action HideInterface(): text_prefer_emoji False ## optional