v0.3.1: added a button to allow re-checking of changes

This commit is contained in:
Evan Debenham
2015-06-28 21:47:56 -04:00
committed by Evan Debenham
parent f1bece816f
commit dae5aca01b
4 changed files with 86 additions and 13 deletions
@@ -53,6 +53,7 @@ public enum Icons {
CHECKED,
UNCHECKED,
EXIT,
NOTES,
CHALLENGE_OFF,
CHALLENGE_ON,
RESUME;
@@ -145,6 +146,9 @@ public enum Icons {
case EXIT:
icon.frame( icon.texture.uvRect( 108, 0, 124, 16 ) );
break;
case NOTES:
icon.frame( icon.texture.uvRect( 79, 40, 94, 56 ) );
break;
case CHALLENGE_OFF:
icon.frame( icon.texture.uvRect( 78, 16, 102, 40 ) );
break;