ScrollingShooter.ScrollingShooterGame.ScrollingShooterGame C# (CSharp) Method

ScrollingShooterGame() public method

public ScrollingShooterGame ( ) : System
return System
        public ScrollingShooterGame()
        {
            Game = this;
            graphics = new GraphicsDeviceManager(this);
            // Use HD TV resolution
            graphics.PreferredBackBufferWidth = 1280;
            graphics.PreferredBackBufferHeight = 720;
            Content.RootDirectory = "Content";
        }