Add install flow

This commit is contained in:
2023-06-04 13:52:57 +02:00
parent a532b94422
commit 562e50b3c9
7 changed files with 156 additions and 17 deletions

View File

@@ -2,3 +2,6 @@ extends ScrollContainer
func _on_install():
pass
func _start_mhk():
get_tree().change_scene_to_file("res://kart/entry.tscn")