forked from interstellar_development/freeftf
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:
parent
d40c3ce1ab
commit
a92202b536
14 changed files with 199 additions and 114 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue