v3.1.0: final tweak to inventory BG colors, slightly re-brightened red

This commit is contained in:
Evan Debenham
2025-05-27 12:08:08 -04:00
parent cd43044f62
commit 723c112f8b
2 changed files with 4 additions and 4 deletions

View File

@@ -88,8 +88,8 @@ public class InventorySlot extends ItemSlot {
bg.resetColor();
if (item.cursed && item.cursedKnown) {
bg.ra = +0.3f;
bg.ga = -0.2f;
bg.ba = -0.2f;
bg.ga = -0.15f;
bg.ba = -0.15f;
} else if (!item.isIdentified()) {
if ((item instanceof EquipableItem || item instanceof Wand) && item.cursedKnown){
bg.ba = +0.3f;

View File

@@ -485,8 +485,8 @@ public class WndRanking extends WndTabbed {
slot.item( item );
if (item.cursed && item.cursedKnown) {
bg.ra = +0.3f;
bg.ga = -0.2f;
bg.ba = -0.2f;
bg.ga = -0.15f;
bg.ba = -0.15f;
} else if (!item.isIdentified()) {
if ((item instanceof EquipableItem || item instanceof Wand) && item.cursedKnown){
bg.ba = +0.3f;