Update quickturn.py

This commit is contained in:
TheMikirog 2022-11-13 20:45:11 +01:00 committed by GitHub
parent 73b3679403
commit 1884d9d6de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@
Sharp turns while running (releasing run button, changing direction, holding run again) are much faster with this mod, allowing for more dynamic, aggressive play.
Version 3
No Rights Reserved
"""
# ba_meta require api 7
@ -130,4 +131,4 @@ class Quickturn(ba.Plugin):
Quickturn.wavedash(args[0])
func(*args, **kwargs)
return wrapper
bastd.actor.spaz.Spaz.on_run = new_on_run(bastd.actor.spaz.Spaz.on_run)
bastd.actor.spaz.Spaz.on_run = new_on_run(bastd.actor.spaz.Spaz.on_run)