"eh bo derek"
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
position = Vector2(441, 312)
|
||||
|
||||
[node name="BatSpawnable" parent="." instance=ExtResource("3_a1ucf")]
|
||||
position = Vector2(248, 225)
|
||||
position = Vector2(62, 122)
|
||||
|
||||
[node name="BatSpawnable2" parent="." instance=ExtResource("3_a1ucf")]
|
||||
position = Vector2(644, 251)
|
||||
|
||||
@@ -90,6 +90,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