diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2017-12-28 22:13:21 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2017-12-28 22:13:21 +0100 |
| commit | a9adf4d4d52a9d42b885e2fc1dee9ea2f4451331 (patch) | |
| tree | 2b331d41e008ab48c0680449fb3a598afa95494b /Penguloon/Scenes/LoadingScene.cs | |
| parent | c8f1c363de7b41fe7d44e53628291e36bf630451 (diff) | |
zucc
Diffstat (limited to 'Penguloon/Scenes/LoadingScene.cs')
| -rw-r--r-- | Penguloon/Scenes/LoadingScene.cs | 4 |
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> |
