public Ball(BallDir dir, Point initial) : base(ResourceLoader.ball, initial) { this.dir = dir; speed = new Point(0, 0); CalculateSpeed(); }