v0.3.4: better backend for languages
This commit is contained in:
committed by
Evan Debenham
parent
0af597233c
commit
e27c0fba11
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user