Search found 2 matches

by Purukitto
Tue Aug 17, 2021 1:22 am
Forum: Ren'Py Cookbook
Topic: Custom icon based Quick Menu [Using ImageButtons]
Replies: 0
Views: 1994

Custom icon based Quick Menu [Using ImageButtons]

A simple guide to make custom quick menu using imagebuttons. Our end result will look something like this: https://i.ibb.co/hW5L0qM/quickmenu.png First you need the icons (images) for your buttons, I have attached my menu button design for reference qm_Menu.rar Just remember for best results you sho...
by Purukitto
Mon Aug 16, 2021 1:13 pm
Forum: Ren'Py Questions and Announcements
Topic: How can I make a "Show CG"/"Hide UI" button?
Replies: 12
Views: 3335

Re: How can I make a "Show CG"/"Hide UI" button?

The simplest way in the latest version would be to do the following

Code: Select all

textbutton _('Hide UI') action HideInterface()