更新 'alien_invasion,py'

This commit is contained in:
206530211 2021-06-17 20:37:40 +08:00
parent 3a8b1c1fd5
commit 982dad78fd
1 changed files with 7 additions and 1 deletions

View File

@ -6,4 +6,10 @@ from game_stats import GameStats
from scoreboard import Scoreboard
from button import Button
from ship import Ship
import game_functions as gf
import game_functions as gf
def run_game():
# 初始化pygame、设置和屏幕对象
pygame.init()
ai_settings = Settings()