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,
|
SEED,
|
||||||
LEFTARROW,
|
LEFTARROW,
|
||||||
RIGHTARROW,
|
RIGHTARROW,
|
||||||
|
CALENDAR,
|
||||||
|
|
||||||
//misc icons, mainly used for buttons, spacing for 16x16 until the smaller icons at the end
|
//misc icons, mainly used for buttons, spacing for 16x16 until the smaller icons at the end
|
||||||
UNCHECKED,
|
UNCHECKED,
|
||||||
@@ -218,6 +219,9 @@ public enum Icons {
|
|||||||
case RIGHTARROW:
|
case RIGHTARROW:
|
||||||
icon.frame( icon.texture.uvRectBySize( 240, 32, 14, 8 ) );
|
icon.frame( icon.texture.uvRectBySize( 240, 32, 14, 8 ) );
|
||||||
break;
|
break;
|
||||||
|
case CALENDAR:
|
||||||
|
icon.frame( icon.texture.uvRectBySize( 240, 16, 12, 12 ) );
|
||||||
|
break;
|
||||||
|
|
||||||
case UNCHECKED:
|
case UNCHECKED:
|
||||||
icon.frame( icon.texture.uvRectBySize( 0, 48, 12, 12 ) );
|
icon.frame( icon.texture.uvRectBySize( 0, 48, 12, 12 ) );
|
||||||
|
|||||||
Reference in New Issue
Block a user