v0.2.3: removed unused references to Original PD donations
This commit is contained in:
@@ -41,8 +41,6 @@ public enum Icons {
|
||||
DEPTH,
|
||||
SLEEP,
|
||||
ALERT,
|
||||
SUPPORT,
|
||||
SUPPORTED,
|
||||
BACKPACK,
|
||||
SEED_POUCH,
|
||||
SCROLL_HOLDER,
|
||||
@@ -114,12 +112,6 @@ public enum Icons {
|
||||
case ALERT:
|
||||
icon.frame( icon.texture.uvRect( 22, 45, 30, 53 ) );
|
||||
break;
|
||||
case SUPPORT:
|
||||
icon.frame( icon.texture.uvRect( 30, 45, 46, 61 ) );
|
||||
break;
|
||||
case SUPPORTED:
|
||||
icon.frame( icon.texture.uvRect( 46, 45, 62, 61 ) );
|
||||
break;
|
||||
case BACKPACK:
|
||||
icon.frame( icon.texture.uvRect( 58, 0, 68, 10 ) );
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user