public void drawFloorWall(FloorWall floorWall) {
   batcher.drawSprite(
       floorWall.position.x,
       floorWall.position.y,
       FloorWall.WALL_WIDTH,
       FloorWall.WALL_HEIGHT,
       regions[floorWall.type]);
 }