From c482bfdd3d22b0a881305a41436c0719842d5828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Tue, 10 Nov 2015 12:20:11 +0100 Subject: RustAndDust: increase font and Bg min size --- core/src/ch/asynk/rustanddust/RustAndDust.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/ch/asynk/rustanddust/RustAndDust.java b/core/src/ch/asynk/rustanddust/RustAndDust.java index a00a69d..67f300f 100644 --- a/core/src/ch/asynk/rustanddust/RustAndDust.java +++ b/core/src/ch/asynk/rustanddust/RustAndDust.java @@ -156,13 +156,13 @@ public class RustAndDust extends Game FreeTypeFontParameter parameter = new FreeTypeFontParameter(); float h = Gdx.graphics.getHeight(); - parameter.size = Math.max((int) (h * 0.04f), 15); + parameter.size = Math.max((int) (h * 0.04f), 16); parameter.color = Color.BLACK; fontB = generator.generateFont(parameter); parameter.color = Color.WHITE; fontW = generator.generateFont(parameter); - Bg.setScale(Math.max((h * 0.00125f), 0.4f)); + Bg.setScale(Math.max((h * 0.00125f), 1.0f)); UnitDock.setScale(Math.max((h * 0.0005f), 0.4f)); EngagementPanel.setDiceDimension((int) Math.max((h * 0.03f), 24)); } -- cgit v1.1-2-g2b99