Added "Launching From" info

This commit is contained in:
Anuken
2020-11-18 20:05:45 -05:00
parent 8692639e62
commit 72d5a8a768
5 changed files with 7 additions and 1 deletions

View File

@@ -103,6 +103,8 @@ public class LaunchLoadoutDialog extends BaseDialog{
ButtonGroup<Button> group = new ButtonGroup<>();
selected = universe.getLoadout(core);
cont.add(Core.bundle.format("launch.from", sector.name())).row();
cont.pane(t -> {
int i = 0;