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")

View file

@ -49,4 +49,7 @@ volume_db = -15.0
[node name="LandSound" type="AudioStreamPlayer" parent="."]
[node name="Voice" type="AudioStreamPlayer" parent="."]
volume_db = -5.0
[connection signal="finished" from="ShardSound" to="." method="_on_ShardSound_finished"]