forked from team-sg/hero-mark-2
new channels
This commit is contained in:
parent
9ea457e21d
commit
a6374aa311
3 changed files with 13 additions and 1 deletions
|
@ -13,6 +13,9 @@ onready var ac_pause_music = $PauseMusic
|
|||
onready var ac_menu = $MenuSound
|
||||
onready var ac_land = $LandSound
|
||||
onready var ac_voice = $Voice
|
||||
onready var ac_small_explosion = $SmallExplosion
|
||||
onready var ac_mech_hurt = $MechHurt
|
||||
onready var ac_mech_shoot = $MechShoot
|
||||
#Sounds
|
||||
const a_key = preload("res://audio/sounds/key.ogg")
|
||||
const a_arrow = preload("res://audio/sounds/arrow_collect.ogg")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue