Added Lobby + Linked Channel Nodes

This commit is contained in:
Duskitten
2025-03-26 16:44:32 -04:00
parent b363a11b3a
commit 9ec8019915
12 changed files with 105 additions and 3 deletions

View File

@@ -5,6 +5,9 @@ func _on_user_connected(access_token: String, refresh_token: String, expires_in:
func _on_user_updated() -> void:
print_debug("USER UPDATED")
await get_tree().create_timer(2).timeout
print("oop")
$DiscordLobby.create_or_join_lobby("beanis")
func _on_user_connection_failed(error: String) -> void:
push_error("User connection failed! Error: " + error)