starting to implement twitch
This commit is contained in:
parent
3e6fa5ff78
commit
2cd7af98a1
6 changed files with 28 additions and 3 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue