summaryrefslogtreecommitdiff
path: root/Penguloon/ContentPathManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Penguloon/ContentPathManager.cs')
-rw-r--r--Penguloon/ContentPathManager.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Penguloon/ContentPathManager.cs b/Penguloon/ContentPathManager.cs
index f3a7ff3..8569905 100644
--- a/Penguloon/ContentPathManager.cs
+++ b/Penguloon/ContentPathManager.cs
@@ -62,6 +62,7 @@ namespace Penguloon
public static List<string> SoundPaths { get; set; } = new List<string>()
{
"Sounds/click",
+ "Sounds/pop",
};
public static List<string> TexturePathsPreLoad { get; set; } = new List<string>()