rescaled dice

This commit is contained in:
Yvonne Schmidt 2024-12-09 05:52:52 +01:00
parent b6803c562c
commit 111f2b1283
2 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ public class Toolbar extends Dialog implements GameEventListener {
private Label createDiceLabel(String iconPath) {
Label label = new Label("");
IconComponent icon = new IconComponent(iconPath);
icon.setIconSize(new Vector2f(100, 100));
icon.setIconSize(new Vector2f(80, 80));
label.setIcon(icon);
return label;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 KiB

After

Width:  |  Height:  |  Size: 132 KiB