diff options
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>() |
