v0.3.4: better backend for languages

This commit is contained in:
Evan Debenham
2016-01-28 16:45:08 -05:00
committed by Evan Debenham
parent 0af597233c
commit e27c0fba11
4 changed files with 122 additions and 45 deletions
@@ -54,6 +54,7 @@ public enum Icons {
UNCHECKED,
EXIT,
NOTES,
LANGS,
CHALLENGE_OFF,
CHALLENGE_ON,
RESUME;
@@ -149,6 +150,9 @@ public enum Icons {
case NOTES:
icon.frame( icon.texture.uvRect( 79, 40, 94, 56 ) );
break;
case LANGS:
icon.frame( icon.texture.uvRect( 94, 40, 110, 56 ) );
break;
case CHALLENGE_OFF:
icon.frame( icon.texture.uvRect( 78, 16, 102, 40 ) );
break;