summaryrefslogtreecommitdiff
path: root/Penguloon/ContentPathManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Penguloon/ContentPathManager.cs')
-rw-r--r--Penguloon/ContentPathManager.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Penguloon/ContentPathManager.cs b/Penguloon/ContentPathManager.cs
index 58fafda..ad94740 100644
--- a/Penguloon/ContentPathManager.cs
+++ b/Penguloon/ContentPathManager.cs
@@ -22,6 +22,7 @@ namespace Penguloon
"Objects/cannon",
"Objects/penguin1",
"Objects/penguin2",
+ "Objects/healthRegenerator",
"Tiles/ice",
"Tiles/waterCornerLeftDown",
@@ -46,6 +47,7 @@ namespace Penguloon
"UI/msgBoxBackground",
"UI/unselectableTile",
"UI/lock",
+ "UI/textPanel",
"SplashArt/locked",
"SplashArt/1",
@@ -76,6 +78,7 @@ namespace Penguloon
public static List<string> SoundPaths { get; set; } = new List<string>()
{
"Sounds/click",
+ "Sounds/click2",
"Sounds/pop",
};