pause music

This commit is contained in:
pennyrigate 2023-10-03 03:55:16 -04:00
parent cf8bfa6210
commit 394f53585e
6 changed files with 50 additions and 6 deletions

View file

@ -9,6 +9,7 @@ onready var ac_music = $Music
onready var ac_cheat = $CodeEntrySound
onready var ac_boss = $BossSound
onready var ac_shard = $ShardSound
onready var ac_pause_music = $PauseMusic
#Sounds
const a_gold = preload("res://audio/sounds/key.wav")
const a_arrow = preload("res://audio/sounds/arrow_collect.ogg")