mirror of
https://github.com/JonnyBro/beatrun-anims.git
synced 2024-12-28 21:13: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
|
||||
moveback = false
|
||||
else
|
||||
BodyAnim:SetSequence(BodyAnim:LookupSequence("runbwd"))
|
||||
BodyAnim:SetSequence(BodyAnim:LookupSequence("crouchbwd"))
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue