diff options
Diffstat (limited to 'core/src/com/ilotterytea')
| -rw-r--r-- | core/src/com/ilotterytea/maxoning/screens/MenuScreen.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/com/ilotterytea/maxoning/screens/MenuScreen.java b/core/src/com/ilotterytea/maxoning/screens/MenuScreen.java index 7e3e8d8..6c40ecd 100644 --- a/core/src/com/ilotterytea/maxoning/screens/MenuScreen.java +++ b/core/src/com/ilotterytea/maxoning/screens/MenuScreen.java @@ -439,7 +439,7 @@ public class MenuScreen implements Screen { contentTable.add(resetButton).width(optionsTable.getWidth()).padBottom(paddingBottom).row(); // Game info: - Label infLabel = new Label(String.format("%s - %s", MaxonConstants.GAME_NAME, MaxonConstants.GAME_VERSION), skin); + Label infLabel = new Label(String.format("%s - %s", MaxonConstants.GAME_NAME, MaxonConstants.GAME_VERSION), skin, "small-default"); infLabel.setAlignment(Align.center); optionsTable.add(infLabel).maxWidth(optionsTable.getWidth() / 2f).row(); |
