set sequence to crouchbwd when walking sideways

This commit is contained in:
mightbeusual 2023-08-19 10:29:51 +08:00
parent 85844cf1c6
commit dcf4e010cf

View file

@ -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