several changes.
This commit is contained in:
parent
72f84c88a5
commit
198c669b41
19 changed files with 57 additions and 117 deletions
|
@ -1,7 +1,7 @@
|
|||
extends Node2D
|
||||
|
||||
func _ready() -> void:
|
||||
Audio.play_sound(Audio.a_small_explosion,Audio.ac_die)
|
||||
Audio.play_sound(Audio.a_explosion,Audio.ac_die)
|
||||
var sprite: AnimatedSprite = get_child(randi() % get_child_count())
|
||||
sprite.visible = true
|
||||
sprite.play()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue