Fix
This commit is contained in:
parent
1a70aff3bc
commit
96767c63ae
@ -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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user