You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does the game support multiple human players playing at the same time? If so, how to do it? Because I saw such a statement in the code. // How many human players can be in a world at once. export const MAX_HUMAN_PLAYERS = 8;
Thanks!
The text was updated successfully, but these errors were encountered:
Does the game support multiple human players playing at the same time? If so, how to do it? Because I saw such a statement in the code.
// How many human players can be in a world at once. export const MAX_HUMAN_PLAYERS = 8;
Thanks!
The text was updated successfully, but these errors were encountered: