From 95b23e61eb162dff4b5f2f1d783a2d39b8f7472e Mon Sep 17 00:00:00 2001 From: 206530130 <2020295045@qq.com> Date: Mon, 21 Jun 2021 18:27:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20'=E4=B8=BB=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 主程序 | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 主程序 diff --git a/主程序 b/主程序 deleted file mode 100644 index 6ec59c3..0000000 --- a/主程序 +++ /dev/null @@ -1,17 +0,0 @@ -import pygame - -from settings import Settings -from ship import Ship -import game_functions as gf -from pygame.sprite import Group -from game_stats import GameStats -from button import Button -from scoreboard import Scoreboard - - -def run_game(): - # init初始化背景设置 - pygame.init() - ai_settings = Settings() - screen = pygame.display.set_mode((ai_settings.screen_width, ai_settings.screen_height)) - pygame.display.set_caption("Alien Invasion") \ No newline at end of file