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
https://github.com/godotengine/godot-demo-projects/blob/8e9c180278f83d9ace5aac7487a4000b6c9c5432/networking/multiplayer_bomber/gamestate.gd#L58C1-L58C50
That should be a link to godot-demo-projects/networking/multiplayer_bomber/gamestate.gd line 58
set_network_peer should be set_multiplayer_peer. Currently throws error.
set_network_peer
set_multiplayer_peer
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/godotengine/godot-demo-projects/blob/8e9c180278f83d9ace5aac7487a4000b6c9c5432/networking/multiplayer_bomber/gamestate.gd#L58C1-L58C50
That should be a link to godot-demo-projects/networking/multiplayer_bomber/gamestate.gd line 58
set_network_peer
should beset_multiplayer_peer
. Currently throws error.The text was updated successfully, but these errors were encountered: