mirror of
https://github.com/JonnyBro/beatrun-anims.git
synced 2024-12-29 13:33:01 +05:00
set sequence to crouchbwd when walking sideways
This commit is contained in:
parent
85844cf1c6
commit
dcf4e010cf
1 changed files with 1 additions and 1 deletions
|
@ -1483,7 +1483,7 @@ local function JumpThink()
|
||||||
if ply:KeyDown(IN_FORWARD) then
|
if ply:KeyDown(IN_FORWARD) then
|
||||||
moveback = false
|
moveback = false
|
||||||
else
|
else
|
||||||
BodyAnim:SetSequence(BodyAnim:LookupSequence("runbwd"))
|
BodyAnim:SetSequence(BodyAnim:LookupSequence("crouchbwd"))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue