示例#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();
        }