public void getCoin() {
   coins++;
   world.coinsCollected++;
   if (coins % 100 == 0) get1Up();
 }