public Game1() { graphics = new GraphicsDeviceManager(this); Content.RootDirectory = "Content"; cursor = new Cursor(this,10); cursor.BorderColor = Color.White; cursor.FillColor = Color.Black; Components.Add(cursor); }
public Game1() { graphics = new GraphicsDeviceManager(this); Content.RootDirectory = "Content"; cursor = new Cursor(this,10); cursor.BorderColor = Color.White; cursor.FillColor = Color.Black; Components.Add(cursor); //graphics.IsFullScreen = true; //IsMouseVisible = false; }