This commit is contained in:
Anuken
2021-08-03 10:10:42 -04:00
parent 36deb5e225
commit 4d4ae7b2db

View File

@@ -633,6 +633,10 @@ public class PlanetDialog extends BaseDialog implements PlanetInterfaceRenderer{
dialog.cont.pane(c -> { dialog.cont.pane(c -> {
c.defaults().padBottom(5); c.defaults().padBottom(5);
if(sector.preset != null && sector.preset.description != null){
c.add(sector.preset.displayDescription()).left().row();
}
c.add(Core.bundle.get("sectors.time") + " [accent]" + sector.save.getPlayTime()).left().row(); c.add(Core.bundle.get("sectors.time") + " [accent]" + sector.save.getPlayTime()).left().row();
if(sector.info.waves && sector.hasBase()){ if(sector.info.waves && sector.hasBase()){