Skip to content

Commit

Permalink
Fix path for Images.GRID_BORDER_ISOMETRIC
Browse files Browse the repository at this point in the history
  • Loading branch information
kwvanderlinde committed May 21, 2023
1 parent ef04166 commit 955a88b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ public class RessourceManager {
put(Images.DECORATION_RPTOK, IMAGE_DIR + "rptokIcon.png");
put(Images.EMPTY, IMAGE_DIR + "empty.png");
put(Images.GRID_BORDER_HEX, IMAGE_DIR + "hexBorder.png");
put(Images.GRID_BORDER_ISOMETRIC, IMAGE_DIR + "hexBorder.png");
put(Images.GRID_BORDER_ISOMETRIC, IMAGE_DIR + "isoBorder.png");
put(Images.GRID_BORDER_SQUARE, IMAGE_DIR + "whiteBorder.png");
put(Images.GRID_BORDER_SQUARE_RED, IMAGE_DIR + "grid-square-red.png");
put(Images.HEROLABS_PORTRAIT, IMAGE_DIR + "powered_by_hero_lab_small.png");
Expand Down

0 comments on commit 955a88b

Please sign in to comment.