Skip to content

Commit

Permalink
Added new max level for exp
Browse files Browse the repository at this point in the history
  • Loading branch information
grumd committed Jan 6, 2024
1 parent 6e13d68 commit b1b8b09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Binary file added packages/web/public/ranks/28.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion packages/web/src/components/ExpRankImg/expRanks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,13 @@ export const ranks = [
color: css.gold,
},
{
threshold: 180000,
threshold: 200000,
iconName: '27.png',
color: css.green,
},
{
threshold: 300000,
iconName: '28.png',
color: css.gold,
},
];

0 comments on commit b1b8b09

Please sign in to comment.