Beispiel #1
0
 @Override
 @Nonnull
 protected Color getParentLight() {
   Tile parentGraphicTile = parentTile.getTile();
   if (parentGraphicTile == null) {
     return Color.BLACK;
   }
   return parentGraphicTile.getLocalLight();
 }