INTRO VOICEOVER
This commit is contained in:
parent
b88f212ba1
commit
2b37a68f14
4 changed files with 26 additions and 5 deletions
|
@ -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"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue