上传文件至 ''

This commit is contained in:
206530221 2021-06-20 13:45:22 +08:00
parent 8003a5c28d
commit b15fb39c34
1 changed files with 8 additions and 0 deletions

8
scoreboard.py Normal file
View File

@ -0,0 +1,8 @@
import pygame.font
from pygame.sprite import Group
from ship import Ship
class Scoreboard():
"""显示得分信息的类"""