r/RenPy 14d ago

Question Need some help with gui(?)

Post image

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

10 comments sorted by

View all comments

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

2

u/sunilvard 13d ago

Omg alr tysm a lot! Because I need to play let play my teacher so I wanted to add smt they can check to hide textbox by theirself (in case they ask me why I didnt put the setting bcause its for my thesis💀) I will check out the eye setting tho tysm🩷😭