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 eebe42d..a2f59ba 100644 --- a/Penguloon/ContentPathManager.cs +++ b/Penguloon/ContentPathManager.cs @@ -65,6 +65,10 @@ namespace Penguloon "UI/darkred", //"UI/objectinfo", //"UI/objectinfo-line", + "UI/BtnMuteIdle", + "UI/BtnMutePressed", + "UI/BtnUnmuteIdle", + "UI/BtnUnmutePressed", "UI/speed", "UI/money", @@ -110,6 +114,7 @@ namespace Penguloon "Sounds/placeobject", "Sounds/upgrade", "Sounds/unavailable", + "Sounds/sell", }; public static List<string> TexturePathsPreLoad { get; set; } = new List<string>() |
