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