v0.8.0: changed default settings file

This commit is contained in:
Evan Debenham
2019-12-18 14:22:58 -05:00
parent 11975fb6c2
commit e874dea93e
3 changed files with 14 additions and 5 deletions

View File

@@ -26,8 +26,7 @@ import com.badlogic.gdx.Preferences;
public class GameSettings {
//TODO might want to rename this file. this is the auto-generated name for android atm
public static final String DEFAULT_PREFS_FILE = "ShatteredPixelDungeon";
public static final String DEFAULT_PREFS_FILE = "settings.xml";
private static Preferences prefs;