This commit is contained in:
Gouvernathor 2024-04-06 00:49:33 +02:00
parent 1a70aff3bc
commit 96767c63ae
1 changed files with 4 additions and 3 deletions

View File

@ -223,9 +223,10 @@ init 5 python:
self.set_pose(pose or self.walk)
# List of available warpers:
# https://www.renpy.org/doc/html/atl.html?#warpers
warper = getattr(_warper, warper)
if isinstance(warper, str):
# List of available warpers:
# https://www.renpy.org/doc/html/atl.html?#warpers
warper = getattr(_warper, warper, _warper.linear)
distances = []
times = []