forked from team-sg/hero-mark-2
music fades out on famira death
This commit is contained in:
parent
d06eee6455
commit
94840d9744
4 changed files with 10 additions and 1 deletions
|
@ -3,6 +3,7 @@ extends Node2D
|
|||
export var is_intro = true
|
||||
|
||||
func _ready():
|
||||
Audio.ac_music.set_volume_db(-13.5)
|
||||
Fade.fade_in(Options.transition_speed_secs)
|
||||
if is_intro:
|
||||
Audio.play_music(load("res://audio/music/intro.ogg"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue