This commit is contained in:
206530323 2021-06-15 21:32:52 +08:00
parent c26b775c96
commit bb318dc6a0
1 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,3 @@
# coding: UTF-8
# 项目1外星人入侵
# 系统自带的类或函数
# import sys # 退出游戏----集中在game_functions.py中使用故这注释掉
import pygame # 含有开发游戏所需功能
@ -12,7 +9,7 @@ from ship import Ship # 创建飞船的类
from button import Button # 创建按钮的类
from game_stats import Game_Stats # 创建跟踪游戏统计信息的类
from scoreboard import Scoreboard # 创建得分类
from music import bg_music # 背景音乐
from musics import bg_musics # 背景音乐
import game_functions as gf # 所有的功能函