更新 'scoreboard.py'

This commit is contained in:
206530222 2021-06-19 23:21:15 +08:00
parent e56dd95115
commit 4c95e8b1d1
1 changed files with 15 additions and 15 deletions

View File

@ -4,10 +4,10 @@ from pygame.sprite import Group
from ship import Ship
class Scoreboard:
"""显示得分信息的类"""
#"""显示得分信息的类"""
def __init__(self, ai_game):
"""初始化显示得分涉及的属性"""
#"""初始化显示得分涉及的属性"""
self.ai_game = ai_game
self.screen = ai_game.screen
self.screen_rect = self.screen.get_rect()