diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2018-01-18 11:04:53 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2018-01-18 11:04:53 +0100 |
| commit | 2cb22a74aed80e2cce68f16b0821a690c7c05b7a (patch) | |
| tree | 6a7a254662ebf795358d971f271e7a7f41484bb6 /Penguloon/ContentPathManager.cs | |
| parent | aa6972a5d052d1f57dfda3dadb79fcd5d8ded30b (diff) | |
new levels, auto round start
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", |
