v0.4.1: increased the default number of quickslots to 4

This commit is contained in:
Evan Debenham 2016-07-20 15:29:04 -04:00 committed by Evan Debenham
parent 5ce6e41708
commit 52fc2b1a7d

View File

@ -444,7 +444,7 @@ public class ShatteredPixelDungeon extends Game {
public static void quickSlots( int value ){ Preferences.INSTANCE.put( Preferences.KEY_QUICKSLOTS, value ); } 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) { public static void flipToolbar( boolean value) {
Preferences.INSTANCE.put(Preferences.KEY_FLIPTOOLBAR, value ); Preferences.INSTANCE.put(Preferences.KEY_FLIPTOOLBAR, value );