mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
Update quickturn.py
This commit is contained in:
parent
73b3679403
commit
1884d9d6de
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
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
|
Version 3
|
||||||
|
|
||||||
|
No Rights Reserved
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# ba_meta require api 7
|
# ba_meta require api 7
|
||||||
|
|
@ -130,4 +131,4 @@ class Quickturn(ba.Plugin):
|
||||||
Quickturn.wavedash(args[0])
|
Quickturn.wavedash(args[0])
|
||||||
func(*args, **kwargs)
|
func(*args, **kwargs)
|
||||||
return wrapper
|
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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue