Search found 1 match

by Waffle631
Wed Aug 17, 2022 12:20 pm
Forum: Ren'Py Cookbook
Topic: FancyText: Effects for Slow Text Display
Replies: 20
Views: 10443

Re: FancyText: Effects for Slow Text Display

To fix the problem whit the double click to dismiss change this line

Code: Select all

renpy.display.interface.timeout(0)
with this line

Code: Select all

self.call_slow_done(st)
That solve the issue if you use slow_effect, but the always effect still buggy.