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
Our game doesn't have any forms of currency at the moment. Implement a currency system, by adding an attribute to the Player class. Create additional functions that interact with events to change the player currency when players land on a node.
Our game doesn't have any forms of currency at the moment. Implement a currency system, by adding an attribute to the
Playerclass. Create additional functions that interact with events to change the player currency when players land on a node.