v1.3.0: added a calendar icons, for dailies

This commit is contained in:
Evan Debenham
2022-06-10 19:31:08 -04:00
parent 4faa319bcf
commit 3035069a32
2 changed files with 4 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -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 ) );