diff options
Diffstat (limited to 'Penguloon/ContentPathManager.cs')
| -rw-r--r-- | Penguloon/ContentPathManager.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Penguloon/ContentPathManager.cs b/Penguloon/ContentPathManager.cs index 0d1ed6d..6b7b761 100644 --- a/Penguloon/ContentPathManager.cs +++ b/Penguloon/ContentPathManager.cs @@ -62,11 +62,14 @@ namespace Penguloon "UI/alertBackground", "UI/BtnResetPressed", "UI/BtnResetIdle", + "UI/objectinfo", + "UI/objectinfo-line", "UI/speed", "UI/money", "UI/heart", "UI/explosion", + "UI/radar", "SplashArt/locked", "SplashArt/1", @@ -104,6 +107,8 @@ namespace Penguloon "Sounds/gameover", "Sounds/pop", "Sounds/placeobject", + "Sounds/upgrade", + "Sounds/unavailable", }; public static List<string> TexturePathsPreLoad { get; set; } = new List<string>() |
