Skip to content

Commit

Permalink
feat: add hover text for maimai colors
Browse files Browse the repository at this point in the history
  • Loading branch information
j1nxie committed Sep 8, 2023
1 parent ac29f57 commit 389bfb8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions common/src/config/game-support/maimai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@ const MaimaiDans = [
];

const MaimaiColours = [
ClassValue("WHITE", "White"),
ClassValue("BLUE", "Blue"),
ClassValue("GREEN", "Green"),
ClassValue("YELLOW", "Yellow"),
ClassValue("RED", "Red"),
ClassValue("PURPLE", "Purple"),
ClassValue("BRONZE", "Bronze"),
ClassValue("SILVER", "Silver"),
ClassValue("GOLD", "Gold"),
ClassValue("RAINBOW", "Rainbow"),
ClassValue("WHITE", "White", "0 - 1.99 Rating"),
ClassValue("BLUE", "Blue", "2 - 3.99 Rating"),
ClassValue("GREEN", "Green", "4 - 6.99 Rating"),
ClassValue("YELLOW", "Yellow", "7 - 9.99 Rating"),
ClassValue("RED", "Red", "10 - 11.99 Rating"),
ClassValue("PURPLE", "Purple", "12 - 12.99 Rating"),
ClassValue("BRONZE", "Bronze", "13 - 13.99 Rating"),
ClassValue("SILVER", "Silver", "14 - 14.49 Rating"),
ClassValue("GOLD", "Gold", "14.5 - 14.99 Rating"),
ClassValue("RAINBOW", "Rainbow", ">=15 Rating"),
];

export const MAIMAI_SINGLE_CONF = {
Expand Down

0 comments on commit 389bfb8

Please sign in to comment.