更新 'scoreboard.py'
This commit is contained in:
parent
fdc4c82771
commit
8040a6d378
|
@ -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):
|
||||||
"""初始化显示得分涉及的属性"""
|
"""初始化显示得分涉及的属性"""
|
||||||
|
|
Loading…
Reference in New Issue