Skip to content

Commit

Permalink
Fixed "bomb or filled" case rule's picture
Browse files Browse the repository at this point in the history
  • Loading branch information
vockek committed Feb 23, 2024
1 parent 69aaf17 commit e59a94e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public BombOrFilledCaseRule() {
super("MINE-CASE-0001",
"Bomb or Filled",
"Each cell is either bomb or filled.",
"edu/rpi/legup/images/fillapix/cases/BlackOrWhite.png");
"edu/rpi/legup/images/minesweeper/cases/BombOrFilled.jpg");
}

@Override
Expand Down
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 e59a94e

Please sign in to comment.