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/Levels/IceLevel.cs | |
| parent | aa6972a5d052d1f57dfda3dadb79fcd5d8ded30b (diff) | |
new levels, auto round start
Diffstat (limited to 'Penguloon/Levels/IceLevel.cs')
| -rw-r--r-- | Penguloon/Levels/IceLevel.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Penguloon/Levels/IceLevel.cs b/Penguloon/Levels/IceLevel.cs index 07d57b7..d041095 100644 --- a/Penguloon/Levels/IceLevel.cs +++ b/Penguloon/Levels/IceLevel.cs @@ -11,7 +11,7 @@ namespace Penguloon.Levels public IceLevel() : base() { this.SplashArt = ContentManager.GetTexture("SplashArt/1"); - this.Money = 123350; + this.Money = 350; this.Health = 200; this.ID = 1; this.MinimumLevel = 1; |
