From 640a8c0bee92dae0e2e1b42ffe0551683cfe979e Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 10 Dec 2022 05:14:24 +0600 Subject: smol game info uses small-default --- core/src/com/ilotterytea/maxoning/screens/MenuScreen.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/com') 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(); -- cgit v1.2.3