diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2017-12-29 17:27:49 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2017-12-29 17:27:49 +0100 |
| commit | da38e93e55b6ff46a53dcd9d2be393149089d329 (patch) | |
| tree | c19fdb964ee6f8dd8dd3102b22de541828850983 /Penguloon/ContentPathManager.cs | |
| parent | 5373e919a0d9e389fc2076963f610d044c21ccb5 (diff) | |
obejct info, new level selector, credits haHA
Diffstat (limited to 'Penguloon/ContentPathManager.cs')
| -rw-r--r-- | Penguloon/ContentPathManager.cs | 3 |
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", }; |
