From a9adf4d4d52a9d42b885e2fc1dee9ea2f4451331 Mon Sep 17 00:00:00 2001 From: aldrikboy Date: Thu, 28 Dec 2017 22:13:21 +0100 Subject: zucc --- Penguloon/Scenes/LoadingScene.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Penguloon/Scenes/LoadingScene.cs') diff --git a/Penguloon/Scenes/LoadingScene.cs b/Penguloon/Scenes/LoadingScene.cs index 19f0215..bd765d1 100644 --- a/Penguloon/Scenes/LoadingScene.cs +++ b/Penguloon/Scenes/LoadingScene.cs @@ -36,8 +36,8 @@ namespace Penguloon.Scenes DrawProgressbar(); // draw title - DrawText(ContentManager.GetFont("Fonts/GWENT/128"), "Penguloon", new Vector2(0, 100), - StaticUIValues.ScreenViewport, TextAllignment.CenterTop, Color.Red, Color.Black, 5); + DrawText(ContentManager.GetFont(StaticUIValues.LoadingScreenTitle), "Penguloon", new Vector2(0, 100), + StaticUIValues.ScreenViewport, TextAllignment.CenterTop, Color.Red, Color.Black, 4); } /// -- cgit v1.2.3-70-g09d2