Search found 2 matches

by BattleProgrammer
Tue May 25, 2021 4:37 am
Forum: Development of Ren'Py
Topic: [BUG] using a transform on the master layer breaks all instances of MoveTransition()
Replies: 2
Views: 3226

Re: [BUG] using a transform on the master layer breaks all instances of MoveTransition()

Alright, thanks for the feedback. There's a small workaround, so I'm not too worried. You're doing gods work, man. Much appreciated.
by BattleProgrammer
Mon May 24, 2021 12:05 pm
Forum: Development of Ren'Py
Topic: [BUG] using a transform on the master layer breaks all instances of MoveTransition()
Replies: 2
Views: 3226

[BUG] using a transform on the master layer breaks all instances of MoveTransition()

Description : As soon as "renpy.show_layer_at()" or "show layer master at [...]" is called for the master, every instance of MoveTransition() breaks. So move, moveinleft etc. all instantly jump to the target destination, but the text still waits for the time_delay. Expectation : The images still mo...