diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2018-01-16 14:49:40 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2018-01-16 14:49:40 +0100 |
| commit | 6996be0fc143085b6aa459f2eb7b288ac1617c0b (patch) | |
| tree | 55f5ca1e95dc52cf9a1e81a0250fb9436e5ec6a9 /Penguloon/ContentPathManager.cs | |
| parent | 1f5295752f9052c2b7b64660fa36293f18de73d0 (diff) | |
upgrade sounds
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>() |
