v3.1.0: final tweak to inventory BG colors, slightly re-brightened red
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user