more sounds
This commit is contained in:
parent
9b1e7bd813
commit
31b901acb5
28 changed files with 298 additions and 47 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue