Make certain negative stats red (#7842)

This commit is contained in:
MEEPofFaith
2022-11-07 18:28:28 -08:00
committed by GitHub
parent 68434ad42e
commit 8f9736d1d9
4 changed files with 12 additions and 4 deletions

View File

@@ -75,6 +75,7 @@ public class Pal{
bar = Color.slate,
accent = Color.valueOf("ffd37f"),
stat = Color.valueOf("ffd37f"),
negativeStat = Color.valueOf("e55454"),
gray = Color.valueOf("454545"),
metalGrayDark = Color.valueOf("6e7080"),
accentBack = Color.valueOf("d4816b"),