Search found 1 match

by Daisetsu
Wed Sep 15, 2021 4:33 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] How to make the screen shake with imagebutton?
Replies: 2
Views: 485

Re: How to make the screen shake with imagebutton?

I'm not in a position to test right now, but something lile this should work.

Code: Select all

imagebutton auto myimage action [NullAction(), With(hpunch)]
The NullAction() might not even be necessary.