fix various things

This commit is contained in:
sharlotte
2021-09-05 12:13:54 +09:00
parent 270e9868e5
commit dc2580cf87
7 changed files with 29 additions and 23 deletions

View File

@@ -130,7 +130,7 @@ public class CoresItemsDisplay {
label.setFontScale(Scl.scl(modUiScale) * 0.75f);
tt.add(label);
}).padTop(Scl.scl(modUiScale) * 2).padLeft(Scl.scl(modUiScale) * 4).padRight(Scl.scl(modUiScale) * 4);
if(++i[0] % 5 == 0) coretable.row();
if(++i[0] % 4 == 0) coretable.row();
}
});
t.row();