Group mines full capacity of mine.Notice player's resource count rising on top right and how mine turns white when empty
Fixes
Fixes #14
Commits
[8c7b1de] Mining mechanism
Mines now have a resource type and count. Their color is set according to their resource type and they will turn white when their count reaches 0. They start with a count of 4 for now.
On collision, if the circles are a group and a mine, for each player in the group a single resource will be moved from the mine to the player.
Description
Group mines full capacity of mine. Notice player's resource count rising on top right and how mine turns white when empty
Fixes
Fixes #14
Commits
[8c7b1de] Mining mechanism