We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This adds a button to the main menu that lets you input a lobby ID that will connect you with a certain lobby.
This button should pop up some type of input box that lets you put in a lobby id. Given the ID, attempt to join the lobby.
The text was updated successfully, but these errors were encountered:
Probably have to come up with a better way to identify lobbies for players, since the lobbies' UUIDs are long strings at the moment
Sorry, something went wrong.
No branches or pull requests
Abstract
This adds a button to the main menu that lets you input a lobby ID that will connect you with a certain lobby.
Details
This button should pop up some type of input box that lets you put in a lobby id.
Given the ID, attempt to join the lobby.
Tasks
The text was updated successfully, but these errors were encountered: