removed song counter on options page, made sure background will resize to non standard resolutions
This commit is contained in:
@@ -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());
|
||||
|
Reference in New Issue
Block a user