removed song counter on options page, made sure background will resize to non standard resolutions

This commit is contained in:
2018-03-17 00:10:26 -05:00
parent 5ae598db36
commit c3f00fe5b6
3 changed files with 4 additions and 18 deletions

View File

@@ -63,7 +63,7 @@ public class RhythmBullet extends Game {
@Override
public void create() {
Gdx.app.setLogLevel(Application.LOG_DEBUG);
prefs = Gdx.app.getPreferences("PolyJet_Preferences");
prefs = Gdx.app.getPreferences("RhythmBullet Preferences");
if (getPrefs().getBoolean("fullscreen", true)) {
Gdx.graphics.setFullscreenMode(Gdx.graphics.getDisplayMode());