summaryrefslogtreecommitdiff
path: root/Penguloon/ContentPathManager.cs
diff options
context:
space:
mode:
authoraldrikboy <aldrikboy@gmail.com>2018-01-17 11:41:31 +0100
committeraldrikboy <aldrikboy@gmail.com>2018-01-17 11:41:31 +0100
commita9daa029db68962603905eded0e29c2a2e2abd91 (patch)
tree8c17edcbc99e393a923e6f90ac16e929457776a3 /Penguloon/ContentPathManager.cs
parentf03a7cf3e3beab8964cd142ce64fd6dc3cd0735f (diff)
Mute sound button
Diffstat (limited to 'Penguloon/ContentPathManager.cs')
-rw-r--r--Penguloon/ContentPathManager.cs5
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>()