Notification when balls are nearing maximum(game end)
Opened this issue · 2 comments
AndrewZurn commented
Input needed here on this one. There are a few different options:
- Add some sort of a count of the current / max balls onto the screen
- Alternate the screen colors to show a player is nearing maximum
Any better ideas?
jozuman commented
personally I like the screen color idea more because I'm not going to be looking at a ball count when I feel like I'm about to hit the max. maybe not alternating screen colors but instead just darkening the background color or something
AndrewZurn commented
Definitely possible, could just take the current background and throw a black (or other color?) overlay on it, and slowing changing the opacity towards 100%. Then just change the background as more balls enter and exit the screen.