Esempio n. 1
0
        public Game1()
        {
            _graphics = new GraphicsDeviceManager(this);
            Content.RootDirectory = "Content";

            this._playertank = new PlayerTank(100,100);
        }
Esempio n. 2
0
        public Game1()
        {
            _graphics             = new GraphicsDeviceManager(this);
            Content.RootDirectory = "Content";

            this._playertank = new PlayerTank(100, 100);
        }