adjusted tin particle physics and added mine explosion sound
This commit is contained in:
parent
40e10663d6
commit
38daea272c
2 changed files with 9 additions and 1 deletions
|
@ -2,6 +2,7 @@ extends "res://objects/enemy/enemy.gd"
|
|||
|
||||
func _ready():
|
||||
$AnimatedSprite.play("explode")
|
||||
Game.play_sound(Game.a_die_robot,Game.ac_die)
|
||||
|
||||
func _on_animation_finished():
|
||||
queue_free()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue