mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-11 00:14:00 +00:00
feat: add matchmaking queue UI
This commit is contained in:
@@ -190,6 +190,10 @@ func _on_host_pressed() -> void:
|
||||
_leave_to_lobby()
|
||||
|
||||
|
||||
func _on_find_match_pressed() -> void:
|
||||
get_tree().change_scene_to_file("res://scenes/matchmaking.tscn")
|
||||
|
||||
|
||||
func _on_join_pressed() -> void:
|
||||
_start_join()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user