V0.2.0: updated icons, added shattered pixel logo.
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 4.1 KiB |
@@ -32,6 +32,7 @@ public enum Icons {
|
|||||||
TARGET,
|
TARGET,
|
||||||
MASTERY,
|
MASTERY,
|
||||||
WATA,
|
WATA,
|
||||||
|
SHPX,
|
||||||
WARRIOR,
|
WARRIOR,
|
||||||
MAGE,
|
MAGE,
|
||||||
ROGUE,
|
ROGUE,
|
||||||
@@ -83,6 +84,9 @@ public enum Icons {
|
|||||||
case WATA:
|
case WATA:
|
||||||
icon.frame( icon.texture.uvRect( 30, 16, 45, 26 ) );
|
icon.frame( icon.texture.uvRect( 30, 16, 45, 26 ) );
|
||||||
break;
|
break;
|
||||||
|
case SHPX:
|
||||||
|
icon.frame( icon.texture.uvRect( 64, 44, 80, 60 ) );
|
||||||
|
break;
|
||||||
case WARRIOR:
|
case WARRIOR:
|
||||||
icon.frame( icon.texture.uvRect( 0, 29, 16, 45 ) );
|
icon.frame( icon.texture.uvRect( 0, 29, 16, 45 ) );
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user