v0.3.2c: tweaked inventory panels to have some transparency

This commit is contained in:
Evan Debenham
2015-11-23 17:47:54 -05:00
parent 2b1b99333e
commit 71c5b24842
2 changed files with 9 additions and 9 deletions
@@ -263,7 +263,7 @@ public class WndRanking extends WndTabbed {
add(slot);
} else {
ColorBlock bg = new ColorBlock( 28, 28, 0xFF4A4D44);
ColorBlock bg = new ColorBlock( 28, 28, 0x9953564D );
bg.x = pos;
bg.y = 116;
add(bg);
@@ -324,7 +324,7 @@ public class WndRanking extends WndTabbed {
@Override
protected void createChildren() {
bg = new ColorBlock( HEIGHT, HEIGHT, 0xFF4A4D44 );
bg = new ColorBlock( HEIGHT, HEIGHT, 0x9953564D );
add( bg );
slot = new ItemSlot();
@@ -390,7 +390,7 @@ public class WndRanking extends WndTabbed {
@Override
protected void createChildren() {
bg = new ColorBlock( HEIGHT, HEIGHT, 0xFF4A4D44 );
bg = new ColorBlock( HEIGHT, HEIGHT, 0x9953564D );
add( bg );
super.createChildren();