@ -37,13 +37,23 @@ public class GameManager {
ghosts[i].move();
}
switch (time) {
case 300:
spawnCherry();
case 600:
destroyCherry();
default:
break;
time++;
/*
if(time == 300) {
if (time == 600) {
}*/
public void spawnCherry() {