mirror of
https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02.git
synced 2025-04-17 12:40:59 +02:00
Compare commits
No commits in common. "c9e99ee9ffe9b649cb04633bcfdb8d5641d40270" and "93386fa77af6ca441c2a2e102fe56ac40c5e1dd4" have entirely different histories.
c9e99ee9ff
...
93386fa77a
@ -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(80, 80));
|
||||
icon.setIconSize(new Vector2f(100, 100));
|
||||
label.setIcon(icon);
|
||||
return label;
|
||||
}
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 105 KiB |
Loading…
Reference in New Issue
Block a user