示例#1
0
 //Fired when we hit a coin
 void CoinGet(Body b)
 {
     scoreUI.ShowPoints(coinPoints);
     score += coinPoints;
     environment.DestroyCoin(b);
 }