Added tesla shot sound

This commit is contained in:
2026-01-05 19:12:50 +03:00
parent 4a4cf3f299
commit 5060bd8f0b
6 changed files with 48 additions and 2 deletions
+1
View File
@@ -34,6 +34,7 @@ const MUSIC_BUS = "Music"
@export var sfx_weapon_plasma_shot : AudioStream
@export var sfx_weapon_railgun_shot : AudioStream
@export var sfx_weapon_sharapnel_shot : AudioStream
@export var sfx_weapon_tesla_shot : AudioStream
var _ui_players : Array[AudioStreamPlayer] = []