V0.2.0: updated icons, added shattered pixel logo.

This commit is contained in:
Evan Debenham 2014-09-04 23:49:16 -04:00
parent f4d2d8783c
commit 075d7db790
2 changed files with 4 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@ -32,6 +32,7 @@ public enum Icons {
TARGET,
MASTERY,
WATA,
SHPX,
WARRIOR,
MAGE,
ROGUE,
@ -83,6 +84,9 @@ public enum Icons {
case WATA:
icon.frame( icon.texture.uvRect( 30, 16, 45, 26 ) );
break;
case SHPX:
icon.frame( icon.texture.uvRect( 64, 44, 80, 60 ) );
break;
case WARRIOR:
icon.frame( icon.texture.uvRect( 0, 29, 16, 45 ) );
break;