new work towards M8

This commit is contained in:
patrick_pluto 2024-08-13 22:12:37 +02:00
commit bb7fd5cb3b
13 changed files with 194 additions and 75 deletions

View file

@ -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")