diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2017-12-14 16:39:16 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2017-12-14 16:39:16 +0100 |
| commit | ff30178f505c69bc70b0770a3220ebd6d4706c74 (patch) | |
| tree | f51c85aa9b7728af5e79c26abd9de47228d888fa /Penguloon/ContentPathManager.cs | |
| parent | 60e8e48047e774a711fee35dfc58a7be993c3d88 (diff) | |
dab
Diffstat (limited to 'Penguloon/ContentPathManager.cs')
| -rw-r--r-- | Penguloon/ContentPathManager.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Penguloon/ContentPathManager.cs b/Penguloon/ContentPathManager.cs index 4040e50..f3a7ff3 100644 --- a/Penguloon/ContentPathManager.cs +++ b/Penguloon/ContentPathManager.cs @@ -35,6 +35,7 @@ namespace Penguloon "UI/btnIdle", "UI/btnPressed", "UI/border", + "UI/border-horizontal", "SplashArt/1", @@ -50,6 +51,7 @@ namespace Penguloon public static List<string> FontPaths { get; set; } = new List<string>() { + "Fonts/GWENT/12", "Fonts/GWENT/16", "Fonts/GWENT/24", "Fonts/GWENT/36", |
