diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2018-01-17 11:41:31 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2018-01-17 11:41:31 +0100 |
| commit | a9daa029db68962603905eded0e29c2a2e2abd91 (patch) | |
| tree | 8c17edcbc99e393a923e6f90ac16e929457776a3 /Penguloon/ContentPathManager.cs | |
| parent | f03a7cf3e3beab8964cd142ce64fd6dc3cd0735f (diff) | |
Mute sound button
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>() |
