INTRO VOICEOVER

This commit is contained in:
pennyrigate 2023-10-05 22:24:09 -04:00
parent b88f212ba1
commit 2b37a68f14
4 changed files with 26 additions and 5 deletions

View file

@ -2,6 +2,8 @@ extends Node2D
func _ready():
Fade.fade_in(0.4)
Audio.play_music(load("res://audio/music/intro.ogg"))
$VoiceOver.play()
func _input(event):
if Input.is_action_just_pressed("ui_accept"):