Search found 1 match

by darkforte
Sat Apr 04, 2020 8:16 pm
Forum: Ren'Py Questions and Announcements
Topic: "brightness pulse" when a character starts talking?
Replies: 16
Views: 6650

Re: "brightness pulse" when a character starts talking?

So for the time being I'm just trying to sort out the zooming pulse. This is how I've implemented into the script: transform pulse: linear 0.1 zoom 1.01 pause 0.1 linear 0.1 zoom 1.0 default speaking_char = None init -1 python: def char_pulse(char, event_name, *args, **kwargs): if event_name == &qu...