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/ContentPathManager.cs | |
| parent | c8f1c363de7b41fe7d44e53628291e36bf630451 (diff) | |
zucc
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 4996aa4..9086f24 100644 --- a/Penguloon/ContentPathManager.cs +++ b/Penguloon/ContentPathManager.cs @@ -44,6 +44,7 @@ namespace Penguloon "UI/lightred", "UI/optionsMenuBackground", "UI/msgBoxBackground", + "UI/unselectableTile", "SplashArt/1", @@ -86,6 +87,7 @@ namespace Penguloon public static List<string> FontPathsPreLoad { get; set; } = new List<string>() { "Fonts/GWENT/128", + "Fonts/GWENT/192", }; public static List<string> SoundPathsPreLoad { get; set; } = new List<string>() |
