diff options
Diffstat (limited to 'Penguloon/ContentPathManager.cs')
| -rw-r--r-- | Penguloon/ContentPathManager.cs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Penguloon/ContentPathManager.cs b/Penguloon/ContentPathManager.cs index 71b17e9..825f5d7 100644 --- a/Penguloon/ContentPathManager.cs +++ b/Penguloon/ContentPathManager.cs @@ -43,6 +43,14 @@ namespace Penguloon "Tiles/sandHorizontal", "Tiles/sandVertical", + "Tiles/space", + "Tiles/spaceCornerLeftDown", + "Tiles/spaceCornerLeftTop", + "Tiles/spaceCornerRightDown", + "Tiles/spaceCornerRightTop", + "Tiles/spaceHorizontal", + "Tiles/spaceVertical", + "UI/btnDisabled", "UI/btnIdle", "UI/btnPressed", @@ -69,6 +77,8 @@ namespace Penguloon "UI/BtnMutePressed", "UI/BtnUnmuteIdle", "UI/BtnUnmutePressed", + "UI/checkbox-empty", + "UI/checkbox-selected", "UI/speed", "UI/money", @@ -82,6 +92,9 @@ namespace Penguloon "SplashArt/3", "SplashArt/4", "SplashArt/5", + "SplashArt/6", + "SplashArt/7", + "SplashArt/8", "Enemies/pop", "Enemies/red", |
