mirror of
https://github.com/JonnyBro/beatrun.git
synced 2024-12-27 20:43:02 +05:00
transition fix
This commit is contained in:
parent
76ae7c3102
commit
9d5832a5e4
1 changed files with 5 additions and 5 deletions
|
@ -384,11 +384,11 @@ local transitionanims = {
|
|||
meleeairstill = "jumpair",
|
||||
vaultontohigh = "runfwd",
|
||||
snatchscar = "stand",
|
||||
water_swimfwd = "water_out",
|
||||
water_swimright = "water_out",
|
||||
water_swimleft = "water_out",
|
||||
water_swimback = "water_out",
|
||||
water_float = "water_out"
|
||||
water_swimfwd = "runfwd",
|
||||
water_swimright = "runfwd",
|
||||
water_swimleft = "runfwd",
|
||||
water_swimback = "runfwd",
|
||||
water_float = "runfwd"
|
||||
}
|
||||
|
||||
local nospinebend = {
|
||||
|
|
Loading…
Reference in a new issue