Loop unit transfer command

This commit is contained in:
Anuken
2024-06-20 17:26:10 -04:00
parent b81553f490
commit 5b9d3029a5
9 changed files with 86 additions and 12 deletions

View File

@@ -529,6 +529,10 @@ public class PlacementFragment{
if(stances.size > 1){
u.row();
if(commands.size > 1){
u.add(new Image(Tex.whiteui)).height(3f).color(Pal.gray).pad(7f).growX().row();
}
u.table(coms -> {
coms.left();
int scol = 0;