Search found 2 matches

by Griatch
Sun Sep 03, 2023 6:36 pm
Forum: Ren'Py Questions and Announcements
Topic: [UNRESOLVED: Must figure out how to apply shader to renpy.layer['master']) - Soft Light blend mode shader in Ren'py.
Replies: 4
Views: 1999

Re: [UNRESOLVED: Must figure out how to apply shader to renpy.layer['master']) - Soft Light blend mode shader in Ren'py.

After a lot of experimenting (including trying to rewrite the shader vector coordinates, which works but showed quirks in the renpy rendering pipeline - basically it causes the image to flip up-side down briefly, very strange - I got this working for me now. Here's the complete code: transform softl...
by Griatch
Fri Aug 18, 2023 6:31 am
Forum: Ren'Py Questions and Announcements
Topic: Imagebutton behavior when clicked
Replies: 17
Views: 7279

Re: Imagebutton behavior when clicked

This is an old topic, but as of 2023, it's still the most useful one about this question that I've found. As far as I can tell, there is still no way to natively get an on-click effect only with native tools in Ren'Py. If using imagebutton's auto with the _selected_hover or _selected_idle file names...