V0.2.0: updated icons, added shattered pixel logo.
This commit is contained in:
parent
f4d2d8783c
commit
075d7db790
BIN
assets/icons.png
BIN
assets/icons.png
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,
|
||||
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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user