Title screen and credits

Also skipping with space. Nice.
This commit is contained in:
Paul Norberger
2020-04-18 15:41:11 +02:00
parent 4d696c0cea
commit 766a18d9f4
7 changed files with 299 additions and 11 deletions

View File

@@ -2,10 +2,11 @@ extends Control
class_name TitleScreen
onready var new_game_button = $"VBoxContainer/NewGameButton"
onready var animation_player = $AnimationPlayer
func _ready():
new_game_button.grab_focus()
animation_player.play("__INIT__")
func _on_Startup_startup_finished():
pass # Replace with function body.
new_game_button.grab_focus()
animation_player.play("show_buttons")