jgross11 / CS482-Preproject

2D Unity C# Project
0 stars 0 forks source link

Currently the Cashier/Greeter just works as a spawner for Coins #6

Closed andersonjackc closed 3 years ago

andersonjackc commented 3 years ago

This means we have a pile up of coins and not something like

if(coinHasSpawned){ dontSpawnMoreCoins(); }else{ spawnCoin(); }