summaryrefslogtreecommitdiff
path: root/Penguloon/Levels/IceLevel.cs
diff options
context:
space:
mode:
authoraldrikboy <aldrikboy@gmail.com>2017-12-14 21:13:39 +0100
committeraldrikboy <aldrikboy@gmail.com>2017-12-14 21:13:39 +0100
commit98fb0bdcf3fb02f68f07a72cab211debb827e978 (patch)
tree494455cafaf238c6623186df821559e1f84fdebf /Penguloon/Levels/IceLevel.cs
parentff30178f505c69bc70b0770a3220ebd6d4706c74 (diff)
Rotation FIXED!
Diffstat (limited to 'Penguloon/Levels/IceLevel.cs')
-rw-r--r--Penguloon/Levels/IceLevel.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Penguloon/Levels/IceLevel.cs b/Penguloon/Levels/IceLevel.cs
index ad34c0b..1778369 100644
--- a/Penguloon/Levels/IceLevel.cs
+++ b/Penguloon/Levels/IceLevel.cs
@@ -64,8 +64,8 @@ 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, 0), Map));
+ //Map.Objects.Add(new PenguinObject(new Vector2(0, 0), Map));
+ Map.Objects.Add(new PenguinObject(new Vector2(Map.TileWidth * 2, Map.TileHeight * 4), Map));
}
}
} \ No newline at end of file