mirror of
https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02.git
synced 2025-04-12 04:21:08 +02:00
Compare commits
2 Commits
93386fa77a
...
c9e99ee9ff
Author | SHA1 | Date | |
---|---|---|---|
|
c9e99ee9ff | ||
|
111f2b1283 |
@ -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 |
Loading…
Reference in New Issue
Block a user