diff options
Diffstat (limited to 'Penguloon/ContentPathManager.cs')
| -rw-r--r-- | Penguloon/ContentPathManager.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Penguloon/ContentPathManager.cs b/Penguloon/ContentPathManager.cs index 9f0f108..22f93a9 100644 --- a/Penguloon/ContentPathManager.cs +++ b/Penguloon/ContentPathManager.cs @@ -32,6 +32,14 @@ namespace Penguloon "Tiles/waterHorizontal", "Tiles/waterVertical", + "Tiles/sand", + "Tiles/sandCornerLeftDown", + "Tiles/sandCornerLeftTop", + "Tiles/sandCornerRightDown", + "Tiles/sandCornerRightTop", + "Tiles/sandHorizontal", + "Tiles/sandVertical", + "UI/btnDisabled", "UI/btnIdle", "UI/btnPressed", @@ -54,6 +62,7 @@ namespace Penguloon "SplashArt/1", "SplashArt/2", "SplashArt/3", + "SplashArt/4", "Enemies/pop", "Enemies/red", |
