added cave scholar to level data

This commit is contained in:
pennyrigate 2023-12-02 21:39:56 -05:00
parent 60c054acc3
commit ee3e1dc650
8 changed files with 78 additions and 5 deletions

View file

@ -14,6 +14,8 @@ func _ready():
$Night.visible = true
else:
$Day.visible = true
Audio.play_music(load("res://audio/music/vitreous_squares.ogg"))
func _on_AudioStreamPlayer_finished():
Fade.fade_out(0.4)