更新 'scoreboard.py'

This commit is contained in:
203320119 2021-06-24 13:40:20 +08:00
parent fdc4c82771
commit 8040a6d378
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ from pygame.sprite import Group
from ship import Ship from ship import Ship
class Scoreboard(): class Scoreboard():
"""显示得分信的类""" """显示得分信的类"""
def __init__(self, ai_settings, screen, stats): def __init__(self, ai_settings, screen, stats):
"""初始化显示得分涉及的属性""" """初始化显示得分涉及的属性"""