Search found 1 match

by OffDeez399
Wed May 01, 2024 5:05 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Lag when rolling back through scenes
Replies: 0
Views: 536

[SOLVED] Lag when rolling back through scenes

So I implemented some simple text transitions in my game between renders, like this: scene black with customfade with Pause(0.5) show text "{size=*1.8}{font=Josefinsans-Bold.ttf}2 Hours Later.{/font}{/size}" at Position(xalign=0.95, yalign=0.9) with Dissolve(1.0) pause 2.0 hide text with D...