예제 #1
0
 public boolean isBrickExist() {
   return effectUtil.getNeedHitCount() != 0;
 }
예제 #2
0
 private void setEffect(int whichBrickType) {
   effectUtil = new EffectUtil(ballView, this);
   effectUtil.setEffect(whichBrickType);
 }