diff --git a/Shared/Player.cs b/Shared/Player.cs index 840e8ef..b76e813 100644 --- a/Shared/Player.cs +++ b/Shared/Player.cs @@ -15,7 +15,7 @@ namespace SemiColinGames { private const int spriteSize = 48; private const int spriteWidth = 7; - private Point position = new Point(64, 16); + private Point position = new Point(64, 16 * 14); private int jumps = 0; private Facing facing = Facing.Right; private Pose pose = Pose.Jumping;