Save file functionality

This commit is contained in:
2024-06-18 11:33:55 -04:00
parent 082b1353bc
commit 3a1b69a987
30 changed files with 428 additions and 1346 deletions

View File

@@ -9,7 +9,7 @@ func _ready():
func _on_Button_pressed():
#var new_scene = load("res://teamSelection.tscn")
get_tree().change_scene_to_file("res://team.tscn")
get_tree().change_scene_to_file("res://Scenes/team.tscn")
#if Global.teamScreenVisible == false:
#Global.teamSelectionVisible = false