Skip to content

Commit

Permalink
Merge pull request #129 from talesrune/master
Browse files Browse the repository at this point in the history
Updated Ui.png, User and Bot images.
  • Loading branch information
talesrune authored Oct 16, 2019
2 parents 146a5ed + 6ecf9a7 commit d77bfe5
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Binary file modified docs/images/Ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/main/java/duke/MainWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ public class MainWindow extends AnchorPane {

private Duke duke;

private Image userImage = new Image(this.getClass().getResourceAsStream("/images/DaUser.png"));
private Image dukeImage = new Image(this.getClass().getResourceAsStream("/images/DaDuke.png"));
private Image userImage = new Image(this.getClass().getResourceAsStream("/images/myUser.png"));
private Image dukeImage = new Image(this.getClass().getResourceAsStream("/images/myBot.png"));

@FXML
public void initialize() {
Expand Down
Binary file removed src/main/resources/images/DaDuke.png
Binary file not shown.
Binary file removed src/main/resources/images/DaUser.png
Binary file not shown.
Binary file added src/main/resources/images/myBot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/resources/images/myUser.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d77bfe5

Please sign in to comment.