Skip to content

Commit

Permalink
post merge fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Sep 3, 2024
1 parent d9306f6 commit 872a6b7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,21 +61,23 @@ public class NumismaticsIcons extends AllIcons {
I_COIN_CROWN = next(),
I_COIN_SUN = next()
;

public static final NumismaticsIcons
I_COIN_SPUR_RED_LINE = newRow(),
I_COIN_BEVEL_RED_LINE = next(),
I_COIN_SPROCKET_RED_LINE = next(),
I_COIN_COG_RED_LINE = next(),
I_COIN_CROWN_RED_LINE = next(),
I_COIN_SUN_RED_LINE = next()
;

public static final NumismaticsIcons
I_HOPPER = newRow(),
I_OPEN_SUB_LIST = next(),
I_SALE_GO = next(),
I_SALE_ALERT = next(),
I_SALE_CANCEL = next()
;

public static final NumismaticsIcons
I_COIN_SPUR_RED_LINE = newRow(),
I_COIN_BEVEL_RED_LINE = next(),
I_COIN_SPROCKET_RED_LINE = next(),
I_COIN_COG_RED_LINE = next(),
I_COIN_CROWN_RED_LINE = next(),
I_COIN_SUN_RED_LINE = next();

public NumismaticsIcons(int x, int y) {
super(x, y);
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 872a6b7

Please sign in to comment.