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
Whenever a player sails over a gold coin, ensure that they collect that coin and that it disappears from the map. Using the current collision checking methods would be impossibly inefficient, so we'll probably to implement some player-centric algorithm to minimize checks.
The text was updated successfully, but these errors were encountered:
Whenever a player sails over a gold coin, ensure that they collect that coin and that it disappears from the map. Using the current collision checking methods would be impossibly inefficient, so we'll probably to implement some player-centric algorithm to minimize checks.
The text was updated successfully, but these errors were encountered: