Skip to content

Commit

Permalink
Resolve merge conflicts 3
Browse files Browse the repository at this point in the history
  • Loading branch information
bohcstams committed May 18, 2024
1 parent 3e63a0b commit b62a5ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/main/java/hu/bomboclat/Graphics/Drawer.java
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ else if(wantsToChange != null && !first_option) {
repaint();
}
}

}

/**
Expand Down
8 changes: 4 additions & 4 deletions src/main/java/hu/bomboclat/Graphics/GameFrame.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ public GameFrame(String title) {
private void initFrame() {
this.setDefaultCloseOperation(EXIT_ON_CLOSE);
this.setResizable(false);
//URL url = ClassLoader.getSystemResource("Graphics/Images/deserticon.jpg");
//Toolkit kit = Toolkit.getDefaultToolkit();
//Image img = kit.createImage(url);
//this.setIconImage(img);
// URL url = ClassLoader.getSystemResource("Graphics/Images/deserticon.jpg");
// Toolkit kit = Toolkit.getDefaultToolkit();
// Image img = kit.createImage(url);
// this.setIconImage(img);
setLayout(new BorderLayout());
this.getContentPane().setBackground(bgColor);

Expand Down

0 comments on commit b62a5ce

Please sign in to comment.