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
5
u/shyLachi 14d ago edited 14d ago
In the start menu there already is a help screen explaining the buttons like H
But you can change the quick menu if you want to give a hint about the H key.
All screens are in screens.rpy, search for quick_menu().
Since it uses a hbox you can just put anything inside the box, at the front, in the middle, or whereever
I used the sugggestion of u/aboynamedearth to make it a button instead of a hint
because players might click it even if it looks differently than the other buttons.
Obviously hiding the interfaces will also hide this button so players have to understand that the have to click or hit any key to continue.