public void cleanUpGame()
 {
     pc.setPoints();
     enemyInstant.stop();
     ammoInstant.stop();
     scrollBackground.setSpeed(0);
     Destroy(playerObj);
 }