msx dialogue

This commit is contained in:
pennyrigate 2023-12-25 01:52:03 -05:00
parent afc233c3c2
commit 62885d32cb
7 changed files with 80 additions and 13 deletions

View file

@ -12,6 +12,7 @@ onready var ac_shard = $ShardSound
onready var ac_pause_music = $PauseMusic
onready var ac_menu = $MenuSound
onready var ac_land = $LandSound
onready var ac_voice = $Voice
#Sounds
const a_key = preload("res://audio/sounds/key.ogg")
const a_arrow = preload("res://audio/sounds/arrow_collect.ogg")