예제 #1
0
파일: Form1.cs 프로젝트: LordElf/Invaders
        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();
        }