Styles documented

This commit is contained in:
Anuken
2022-05-04 22:31:53 -04:00
parent 93d299716c
commit e81438a7a9
32 changed files with 140 additions and 105 deletions

View File

@@ -21,7 +21,7 @@ public class PaletteDialog extends Dialog{
for(int i = 0; i < playerColors.length; i++){
Color color = playerColors[i];
ImageButton button = table.button(Tex.whiteui, Styles.clearTogglei, 34, () -> {
ImageButton button = table.button(Tex.whiteui, Styles.squareTogglei, 34, () -> {
cons.get(color);
hide();
}).size(48).get();