Skip to content

Commit

Permalink
Add ranking colors
Browse files Browse the repository at this point in the history
  • Loading branch information
chmaha committed Dec 13, 2024
1 parent eebd6ea commit 7eae4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReaClassical/ReaClassical_Colors_Table.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ return {
rank_very_good = ColorToNative(50, 205, 50) | 0x1000000,
rank_excellent = ColorToNative(57, 255, 20) | 0x1000000,
rank_below_average = ColorToNative(255, 191, 0) | 0x1000000,
rank_poor = ColorToNative(255, 69, 0) | 0x1000000,
rank_poor = ColorToNative(255, 117, 56) | 0x1000000,
rank_unusable = ColorToNative(220, 20, 60) | 0x1000000
}

Expand Down

0 comments on commit 7eae4f6

Please sign in to comment.