Browse Source

start Player on ground

GitOrigin-RevId: e781328586
master
Colin McMillen 4 years ago
parent
commit
c7ec9e3ad7
  1. 2
      Shared/Player.cs

2
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;

Loading…
Cancel
Save