mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-16 17:00:02 -05:00
Closes #599
This commit is contained in:
parent
1c29af0ef5
commit
e9561e95e4
|
|
@ -141,6 +141,7 @@ const usersBadges = ({
|
|||
src: "xp29.gif",
|
||||
description: "Peak X Power of 2900 or better",
|
||||
count: 1,
|
||||
hueRotateAngle: -120,
|
||||
});
|
||||
} else if (peakXP >= 2800) {
|
||||
result.push({
|
||||
|
|
@ -153,12 +154,14 @@ const usersBadges = ({
|
|||
src: "xp27.gif",
|
||||
description: "Peak X Power of 2700 or better",
|
||||
count: 1,
|
||||
hueRotateAngle: 160,
|
||||
});
|
||||
} else if (peakXP >= 2600) {
|
||||
result.push({
|
||||
src: "xp26.gif",
|
||||
description: "Peak X Power of 2600 or better",
|
||||
count: 1,
|
||||
hueRotateAngle: 100,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user