v1.3.0: added a calendar icons, for dailies
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
@@ -65,6 +65,7 @@ public enum Icons {
|
||||
SEED,
|
||||
LEFTARROW,
|
||||
RIGHTARROW,
|
||||
CALENDAR,
|
||||
|
||||
//misc icons, mainly used for buttons, spacing for 16x16 until the smaller icons at the end
|
||||
UNCHECKED,
|
||||
@@ -218,6 +219,9 @@ public enum Icons {
|
||||
case RIGHTARROW:
|
||||
icon.frame( icon.texture.uvRectBySize( 240, 32, 14, 8 ) );
|
||||
break;
|
||||
case CALENDAR:
|
||||
icon.frame( icon.texture.uvRectBySize( 240, 16, 12, 12 ) );
|
||||
break;
|
||||
|
||||
case UNCHECKED:
|
||||
icon.frame( icon.texture.uvRectBySize( 0, 48, 12, 12 ) );
|
||||
|
||||
Reference in New Issue
Block a user