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
When first loading a new game, Spaceships are marked as red / unowned and can't be moved in the UI. After refresh, ships are white and can be selected and moved.
This is not a GameManager problem, because I can df.move() the spaceship even when it's marked as red.
The text was updated successfully, but these errors were encountered:
#10
On Initial Spawn into the game:
After Refresh:
When first loading a new game, Spaceships are marked as red / unowned and can't be moved in the UI. After refresh, ships are white and can be selected and moved.
This is not a GameManager problem, because I can
df.move()
the spaceship even when it's marked as red.The text was updated successfully, but these errors were encountered: