Merge branch 'main' of https://github.com/MarcEricMartel/Game-Jam-A23
This commit is contained in:
@@ -103,6 +103,7 @@ func die():
|
||||
animatedSprite.play("death")
|
||||
animatedSprite.disconnect("animation_finished", endAttack)
|
||||
animatedSprite.connect("animation_finished", fadeOut)
|
||||
enemy.remove_foe(self)
|
||||
|
||||
func fadeOut():
|
||||
var tween = get_tree().create_tween()
|
||||
|
||||
Reference in New Issue
Block a user