forked from interstellar_development/freeftf
new work towards M8
This commit is contained in:
parent
5cd0c24223
commit
bb7fd5cb3b
13 changed files with 194 additions and 75 deletions
|
|
@ -14,9 +14,6 @@ func matchmaking():
|
|||
|
||||
func _ready():
|
||||
Game.reset()
|
||||
if !OS.is_debug_build():
|
||||
$main_content/matchmaking.hide()
|
||||
$main_content/matchmaking.disabled = true
|
||||
if DisplayServer.get_name() == "headless":
|
||||
matchmaking()
|
||||
|
||||
|
|
@ -24,6 +21,5 @@ func _on_join_pressed():
|
|||
get_tree().change_scene_to_file("res://menus/create.tscn")
|
||||
|
||||
|
||||
|
||||
func _on_settings_pressed():
|
||||
get_tree().change_scene_to_file("res://menus/settings.tscn")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue