上传文件至 ''
This commit is contained in:
parent
8003a5c28d
commit
b15fb39c34
|
@ -0,0 +1,8 @@
|
||||||
|
import pygame.font
|
||||||
|
from pygame.sprite import Group
|
||||||
|
|
||||||
|
from ship import Ship
|
||||||
|
|
||||||
|
|
||||||
|
class Scoreboard():
|
||||||
|
"""显示得分信息的类"""
|
Loading…
Reference in New Issue