Exemplo n.º 1
0
 public void StopPlayer(Player.SpriteDirection direction)
 {
     Player.Walking           = false;
     Player.State             = Player.ST.NO_INPUT;
     Player.Motion            = new Vector2(0, 0);
     Player.MotionOverrideVec = new Vector2(0, 0);
     Player.Face = direction;
 }
Exemplo n.º 2
0
 public void StopPlayer(Player.SpriteDirection direction)
 {
     Player.StopPlayer();
 }