diff options
Diffstat (limited to 'UI/Start.gd')
-rw-r--r-- | UI/Start.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UI/Start.gd b/UI/Start.gd index 85a7946..8724cee 100644 --- a/UI/Start.gd +++ b/UI/Start.gd @@ -57,4 +57,4 @@ func _on_join_pressed() -> void: func _on_search_pressed() -> void: Client.player.username = %Username.text - get_tree().change_scene_to_file("res://UI/GameLobby/game_lobby.tscn") + get_tree().change_scene_to_file("res://UI/GamesLobby/games_lobby.tscn") |