This commit is contained in:
DeltaNedas
2020-10-11 15:28:50 +01:00
parent 5eb8a87528
commit 0f2c38b0c0

View File

@@ -205,7 +205,7 @@ public class HudFragment extends Fragment{
editorMain.name = "editor"; editorMain.name = "editor";
editorMain.table(Tex.buttonEdge4, t -> { editorMain.table(Tex.buttonEdge4, t -> {
//t.margin(0f); //t.margin(0f);
t.name("teams"); t.name = "teams";
t.add("@editor.teams").growX().left(); t.add("@editor.teams").growX().left();
t.row(); t.row();
t.table(teams -> { t.table(teams -> {