-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
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
Add multiplayer menu #346
Add multiplayer menu #346
Conversation
b2e09b5
to
a88ca89
Compare
Could you also capitalize Add in the commit message? |
7e496f9
to
3ff2973
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice PR!
Spartan's explicit type comments, while correct (we should always use explicit types in GDScript, even just Variant
when we want to allow something to be multiple types), have resulting in some things breaking. Please test this yourself by deleting (or renaming, if you want to save it for later) your ips config file at %APPDATA%/OpenVic
to run the game as a first time MP user
376f354
to
ab65b26
Compare
Adds an initial MP menu consisting of a direct connection tab and a host tab.