v0.3.1: added a button to allow re-checking of changes
This commit is contained in:
committed by
Evan Debenham
parent
f1bece816f
commit
dae5aca01b
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user