v0.4.1: increased the default number of quickslots to 4
This commit is contained in:
parent
5ce6e41708
commit
52fc2b1a7d
|
@ -444,7 +444,7 @@ public class ShatteredPixelDungeon extends Game {
|
|||
|
||||
public static void quickSlots( int value ){ Preferences.INSTANCE.put( Preferences.KEY_QUICKSLOTS, value ); }
|
||||
|
||||
public static int quickSlots(){ return Preferences.INSTANCE.getInt( Preferences.KEY_QUICKSLOTS, 2); }
|
||||
public static int quickSlots(){ return Preferences.INSTANCE.getInt( Preferences.KEY_QUICKSLOTS, 4); }
|
||||
|
||||
public static void flipToolbar( boolean value) {
|
||||
Preferences.INSTANCE.put(Preferences.KEY_FLIPTOOLBAR, value );
|
||||
|
|
Loading…
Reference in New Issue
Block a user