Sound effects

This commit is contained in:
Felipe M 2021-05-23 00:38:30 +02:00
parent 6ea21b3181
commit 6671b455c4
Signed by: fmartingr
GPG key ID: 716BC147715E716F
17 changed files with 94 additions and 6 deletions

View file

@ -2,4 +2,5 @@ extends "res://Scenes/Objects/Proyectile.gd"
func _ready():
# Do not run _process()
SoundFx.play_fx("Bullet", rand_range(0.6, 1.4), -20)
set_process(false)