v0.2.3: removed unused references to Original PD donations
This commit is contained in:
parent
a2df87e611
commit
6bdbe83b0a
BIN
assets/icons.png
BIN
assets/icons.png
Binary file not shown.
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 3.6 KiB |
|
@ -202,14 +202,6 @@ public class ShatteredPixelDungeon extends Game {
|
|||
return Preferences.INSTANCE.getBoolean( Preferences.KEY_BRIGHTNESS, false );
|
||||
}
|
||||
|
||||
public static void donated( String value ) {
|
||||
Preferences.INSTANCE.put( Preferences.KEY_DONATED, value );
|
||||
}
|
||||
|
||||
public static String donated() {
|
||||
return Preferences.INSTANCE.getString( Preferences.KEY_DONATED, "" );
|
||||
}
|
||||
|
||||
public static void lastClass( int value ) {
|
||||
Preferences.INSTANCE.put( Preferences.KEY_LAST_CLASS, value );
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user