Example #1
0
        private void Form_Load(object sender, EventArgs e)
        {
            this.Size            = new Size(Options.formWidth, Options.formHeight);
            this.playerShip.Size = new Size(game.getPlayerWidth(), game.getPlayerHeight());

            animationTimer.Start();
            gameTimer.Start();
            welcome();
        }