Structure Update mit Nicolai

This commit is contained in:
Noah
2021-12-05 17:15:51 +01:00
parent 3e8124afa0
commit 1529326eab
11 changed files with 195478 additions and 1723 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ public class ControlWindow {
controlWindow.setLocation(gameWindow.getPos().x - (width + offset), gameWindow.getPos().y);
controlWindow.setLayout(null);
ImageIcon imageIcon = new ImageIcon("src/data/icons/Icon.png");
ImageIcon imageIcon = new ImageIcon("src/assets/icons/Icon.png");
controlWindow.setIconImage(imageIcon.getImage());
controlWindow.addWindowListener(new WindowAdapter() {