diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2018-01-02 17:13:32 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2018-01-02 17:13:32 +0100 |
| commit | 0c58f5048e37ad40c68f56f3dc7756d60816cc0e (patch) | |
| tree | d64e3d12f4994d2b2c0f4bd9d0c2c74611289b04 /Penguloon/ContentPathManager.cs | |
| parent | c3c4f2c7617c393ad6e8c7f1d87abf4a9a8cf602 (diff) | |
fanboi & chumchum
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", |
