cheat code entry

This commit is contained in:
Haze Weathers 2023-01-10 02:47:10 -05:00
parent dcca66620e
commit 349a46b8fa
11 changed files with 50 additions and 8 deletions

View file

@ -21,6 +21,7 @@ onready var ac_collectible = $CollecitbleSound
onready var ac_climb = $ClimbSound
onready var ac_die = $DieSound
onready var ac_music = $Music
onready var ac_cheat = $CodeEntrySound
#Sounds
onready var a_gold = preload("res://audio/sounds/snd_coin.ogg")
onready var a_arrow = preload("res://audio/sounds/a_egg_collect.ogg")