Launch sector description

This commit is contained in:
Anuken
2022-04-20 14:15:23 -04:00
parent 6441d0b2d5
commit f1c6b6f949
5 changed files with 13 additions and 4 deletions

View File

@@ -196,6 +196,10 @@ public class LaunchLoadoutDialog extends BaseDialog{
cont.label(() -> Core.bundle.format("launch.capacity", lastCapacity)).row();
cont.row();
}else if(destination.preset != null && destination.preset.description != null){
cont.pane(p -> {
p.add(destination.preset.description).grow().wrap().labelAlign(Align.center);
}).pad(10f).grow().row();
}
cont.pane(items);