diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2017-12-19 17:20:23 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2017-12-19 17:20:23 +0100 |
| commit | 12c565cbb7208b44bd7654289bbac2824901f118 (patch) | |
| tree | 98b5fbcd6712433a790e8ae72424e30223a67c82 /Penguloon/Levels/IceLevel.cs | |
| parent | 42671ab55f65af3ace94c50263b16898d32ac692 (diff) | |
ye
Diffstat (limited to 'Penguloon/Levels/IceLevel.cs')
| -rw-r--r-- | Penguloon/Levels/IceLevel.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Penguloon/Levels/IceLevel.cs b/Penguloon/Levels/IceLevel.cs index 20e3b58..d9be5bb 100644 --- a/Penguloon/Levels/IceLevel.cs +++ b/Penguloon/Levels/IceLevel.cs @@ -64,9 +64,9 @@ namespace Penguloon.Levels { OO,OO,OO,OO,OO,OO,OO,OO,OO,OO,OO,OO,OO,OO,OO,OO,OO,OO }, }; - //Map.Objects.Add(new PenguinObject(new Vector2(0, 0), Map)); - //Map.Objects.Add(new PenguinObject(new Vector2(Map.TileWidth * 2, Map.TileHeight * 4), Map)); - Map.Objects.Add(new CannonObject(new Vector2(Map.TileWidth * 1, Map.TileHeight * 8), Map)); + Map.Objects.Add(new GoldPenguinObject(new Vector2(0, 0), Map)); + Map.Objects.Add(new GoldPenguinObject(new Vector2(Map.TileWidth * 2, Map.TileHeight * 4), Map)); + Map.Objects.Add(new GoldPenguinObject(new Vector2(Map.TileWidth * 1, Map.TileHeight * 8), Map)); } } }
\ No newline at end of file |
