Example #1
0
 private float getHorizontalWallHeight() {
   return Math.min(getHeight(), getMap().getTile(this, 1, 0).getHeight());
 }
Example #2
0
 private float getVerticalWallHeight() {
   return Math.min(getHeight(), getMap().getTile(this, 0, 1).getHeight());
 }