v0.2.4: moved loot and continue tags to bottom right, much more accessable

This commit is contained in:
Evan Debenham
2015-02-08 02:45:05 -05:00
parent 89d72e60d1
commit 071403a7aa
4 changed files with 50 additions and 47 deletions
@@ -31,7 +31,7 @@ public class LootIndicator extends Tag {
public LootIndicator() {
super( 0x1F75CC );
setSize( 24, 22 );
setSize( 24, 24 );
visible = false;
}