fix linux git plugin ( recompiled for 4.2 with new openssl static library )
move despawnfx.gd to misc folder
This commit is contained in:
Binary file not shown.
@@ -115,7 +115,8 @@ func _physics_process(_delta):
|
|||||||
|
|
||||||
if linear_vel.length() > 5:
|
if linear_vel.length() > 5:
|
||||||
new_anim = "walk_" + facing
|
new_anim = "walk_" + facing
|
||||||
$anims.play()
|
anim = new_anim
|
||||||
|
$anims.play(anim)
|
||||||
else:
|
else:
|
||||||
goto_idle()
|
goto_idle()
|
||||||
pass
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user