添加 'alien_invasion'
This commit is contained in:
parent
0f126d1e54
commit
02949fde88
|
@ -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
|
Loading…
Reference in New Issue