diff --git a/__pycache__/bomb.cpython-39.pyc b/__pycache__/bomb.cpython-39.pyc new file mode 100644 index 0000000..2a54b02 Binary files /dev/null and b/__pycache__/bomb.cpython-39.pyc differ diff --git a/__pycache__/boss.cpython-39.pyc b/__pycache__/boss.cpython-39.pyc new file mode 100644 index 0000000..a545654 Binary files /dev/null and b/__pycache__/boss.cpython-39.pyc differ diff --git a/__pycache__/bullet.cpython-39.pyc b/__pycache__/bullet.cpython-39.pyc new file mode 100644 index 0000000..5846c0e Binary files /dev/null and b/__pycache__/bullet.cpython-39.pyc differ diff --git a/__pycache__/enemyplane.cpython-39.pyc b/__pycache__/enemyplane.cpython-39.pyc new file mode 100644 index 0000000..8c1e00e Binary files /dev/null and b/__pycache__/enemyplane.cpython-39.pyc differ diff --git a/__pycache__/gamebackground.cpython-39.pyc b/__pycache__/gamebackground.cpython-39.pyc new file mode 100644 index 0000000..0bc0d70 Binary files /dev/null and b/__pycache__/gamebackground.cpython-39.pyc differ diff --git a/__pycache__/gameinfo.cpython-39.pyc b/__pycache__/gameinfo.cpython-39.pyc new file mode 100644 index 0000000..e1cd822 Binary files /dev/null and b/__pycache__/gameinfo.cpython-39.pyc differ diff --git a/__pycache__/heroplane.cpython-39.pyc b/__pycache__/heroplane.cpython-39.pyc new file mode 100644 index 0000000..fbd191b Binary files /dev/null and b/__pycache__/heroplane.cpython-39.pyc differ diff --git a/play.py b/play.py index c7e8af7..7923906 100644 --- a/play.py +++ b/play.py @@ -10,7 +10,7 @@ from boss import * from gameinfo import * -# 主场景 +# 主场景 class MainScene(object): # 初始化主场景 def __init__(self):