添加 'alien_invasion'

This commit is contained in:
206530211 2021-06-17 19:49:39 +08:00
parent 0f126d1e54
commit 02949fde88
1 changed files with 9 additions and 0 deletions

9
alien_invasion Normal file
View File

@ -0,0 +1,9 @@
import pygame
from pygame.sprite import Group
from settings import Settings
from game_stats import GameStats
from scoreboard import Scoreboard
from button import Button
from ship import Ship
import game_functions as gf