v0.2.3: improvements to the rankings page
This commit is contained in:
@@ -39,6 +39,7 @@ public enum Icons {
|
||||
HUNTRESS,
|
||||
CLOSE,
|
||||
DEPTH,
|
||||
DEPTH_LG,
|
||||
SLEEP,
|
||||
ALERT,
|
||||
BACKPACK,
|
||||
@@ -106,6 +107,9 @@ public enum Icons {
|
||||
case DEPTH:
|
||||
icon.frame( icon.texture.uvRect( 45, 12, 54, 20 ) );
|
||||
break;
|
||||
case DEPTH_LG:
|
||||
icon.frame( icon.texture.uvRect( 34, 46, 50, 62 ) );
|
||||
break;
|
||||
case SLEEP:
|
||||
icon.frame( icon.texture.uvRect( 13, 45, 22, 53 ) );
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user