diff options
| author | ilotterytea <iltsu@alright.party> | 2022-12-10 22:31:55 +0600 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2022-12-10 22:31:55 +0600 |
| commit | 5da15e5c6a7319e191035979b0725d762428ba9e (patch) | |
| tree | c352a67a027223717910805b6a2662b74afa8d7c /core | |
| parent | 83b9ff25014d922e3c7a8e9abba359c6989d0b42 (diff) | |
бесполезная кнопка
Diffstat (limited to 'core')
| -rw-r--r-- | core/src/com/ilotterytea/maxoning/screens/MenuScreen.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/src/com/ilotterytea/maxoning/screens/MenuScreen.java b/core/src/com/ilotterytea/maxoning/screens/MenuScreen.java index dbe9dff..273fb14 100644 --- a/core/src/com/ilotterytea/maxoning/screens/MenuScreen.java +++ b/core/src/com/ilotterytea/maxoning/screens/MenuScreen.java @@ -441,10 +441,6 @@ public class MenuScreen implements Screen { contentTable.add(langButton).width(optionsTable.getWidth()).padBottom(paddingBottom).row(); - // - - - Reset save data - - -: - TextButton resetButton = new TextButton(game.locale.TranslatableText("options.reset"), skin); - contentTable.add(resetButton).width(optionsTable.getWidth()).padBottom(paddingBottom).row(); - // Game info: Label infLabel = new Label(String.format("%s-%s - %s", System.getProperty("os.name"), System.getProperty("os.arch"), MaxonConstants.GAME_VERSION), skin, "small-pixeled"); infLabel.setAlignment(Align.center); |
