several changes.

This commit is contained in:
pennyrigate 2024-07-07 14:45:47 -04:00
parent 72f84c88a5
commit 198c669b41
19 changed files with 57 additions and 117 deletions

View file

@ -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()