summaryrefslogtreecommitdiff
path: root/Penguloon/Scenes/LoadingScene.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Penguloon/Scenes/LoadingScene.cs')
-rw-r--r--Penguloon/Scenes/LoadingScene.cs4
1 files changed, 2 insertions, 2 deletions
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);
}
/// <summary>