Fixed a bit of menu shit

This commit is contained in:
Paul Norberger
2020-04-20 23:45:13 +02:00
parent a88861111a
commit a52d7f8106
5 changed files with 21 additions and 74 deletions

View File

@@ -12,7 +12,7 @@ onready var startup= $Startup
var finished_once := false
func _ready():
startup.play("start")
startup.start()
animation_player.play("__INIT__")
SoundControler.pub_play_music("res://Menus/Sounds/menu_theme.ogg", false)