Milestone 3: Freezer

The freezer is now implemented, just as it worked in the original. There are also a few fixes here and there in preparation for Milestonr 4.
This commit is contained in:
patrick_pluto 2024-08-04 13:41:19 +02:00
commit a92202b536
14 changed files with 199 additions and 114 deletions

View file

@ -20,9 +20,11 @@ func _process(delta):
func _on_create_pressed():
Server.create_game()
Server.is_server = true
get_tree().change_scene_to_file("res://menus/create.tscn")
func _on_join_pressed():
get_tree().change_scene_to_file("res://menus/join.tscn")
get_tree().change_scene_to_file("res://menus/create.tscn")