summaryrefslogtreecommitdiff
path: root/Penguloon/Scenes/LoadingScene.cs
diff options
context:
space:
mode:
authoraldrikboy <aldrikboy@gmail.com>2017-12-28 22:13:21 +0100
committeraldrikboy <aldrikboy@gmail.com>2017-12-28 22:13:21 +0100
commita9adf4d4d52a9d42b885e2fc1dee9ea2f4451331 (patch)
tree2b331d41e008ab48c0680449fb3a598afa95494b /Penguloon/Scenes/LoadingScene.cs
parentc8f1c363de7b41fe7d44e53628291e36bf630451 (diff)
zucc
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>