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

@@ -69,6 +69,8 @@ public class AndroidGame extends AndroidApplication {
// grab preferences directly using our instance first
// so that we don't need to rely on Gdx.app, which isn't initialized yet.
// Note that we use a different prefs name on android for legacy purposes,
// this is the default prefs filename given to an android app (.xml is automatically added to it)
SPDSettings.set(instance.getPreferences("ShatteredPixelDungeon"));
//set desired orientation (if it exists) before initializing the app.