summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2022-12-10 22:29:57 +0600
committerilotterytea <iltsu@alright.party>2022-12-10 22:29:57 +0600
commit83b9ff25014d922e3c7a8e9abba359c6989d0b42 (patch)
treed4508259ce434ef014a115dc44e12fed1d96371d /core
parent84a36de31d9688e5bdb9860963092812c7b06cd0 (diff)
кек я этот баг с полноэкранным режимом не могу решить уже 4 месяц нахуй помогите пж
Diffstat (limited to 'core')
-rw-r--r--core/src/com/ilotterytea/maxoning/screens/MenuScreen.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/com/ilotterytea/maxoning/screens/MenuScreen.java b/core/src/com/ilotterytea/maxoning/screens/MenuScreen.java
index 1d53a07..dbe9dff 100644
--- a/core/src/com/ilotterytea/maxoning/screens/MenuScreen.java
+++ b/core/src/com/ilotterytea/maxoning/screens/MenuScreen.java
@@ -385,7 +385,7 @@ public class MenuScreen implements Screen {
// Full screen:
Label fscLabel = new Label(game.locale.TranslatableText("options.fullscreen"), skin);
fscLabel.setAlignment(Align.left);
- videoCategory.add(fscLabel).width(optionsTable.getWidth() / 2f).padBottom(paddingBottom);
+ //videoCategory.add(fscLabel).width(optionsTable.getWidth() / 2f).padBottom(paddingBottom);
final TextButton fscButton = new TextButton((game.prefs.getBoolean("fullscreen", true)) ? "ON" : "OFF", skin);
@@ -406,7 +406,7 @@ public class MenuScreen implements Screen {
}
});
- videoCategory.add(fscButton).width(optionsTable.getWidth() / 2f).padBottom(paddingBottom).row();
+ //videoCategory.add(fscButton).width(optionsTable.getWidth() / 2f).padBottom(paddingBottom).row();
// - - - Switch the language - - -:
String[] fh4Locale = game.locale.getFileHandle().nameWithoutExtension().split("_");