starting to implement twitch

This commit is contained in:
Tabby 2025-04-21 00:14:55 +10:00
parent 3e6fa5ff78
commit 2cd7af98a1
6 changed files with 28 additions and 3 deletions

View file

@ -152,3 +152,7 @@ func _on_start_button_pressed() -> void:
flyover_player.stop()
intro_player.play()
start_button.disabled = true
func _on_reset_button_pressed() -> void:
get_tree().reload_current_scene()