more sounds

This commit is contained in:
pennyrigate 2024-07-04 23:23:29 -04:00
parent 9b1e7bd813
commit 31b901acb5
28 changed files with 298 additions and 47 deletions

View file

@ -1,7 +1,7 @@
extends Node2D
func _ready() -> void:
Audio.play_sound(Audio.a_explosion,Audio.ac_die)
Audio.play_sound(Audio.a_small_explosion,Audio.ac_die)
var sprite: AnimatedSprite = get_child(randi() % get_child_count())
sprite.visible = true
sprite.play()