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
Have X-input devices work for joining the game and playing it. will need a small portion of the screen dedicated for people using x-input devices.
also maybe using keyboard inputs?
The text was updated successfully, but these errors were encountered:
You will need to add a plane (similarly to the code which runs onload of the mobile device, control->index.js).
control->index.js
This code will need to be run from the index page of the desktop. (host->index.js)
host->index.js
var socket = io(); socket.emit('add plane','0x777777');
Sorry, something went wrong.
chtinahow
No branches or pull requests
Have X-input devices work for joining the game and playing it.
will need a small portion of the screen dedicated for people using x-input devices.
also maybe using keyboard inputs?
The text was updated successfully, but these errors were encountered: