def __init__(self):
PongObject.__init__(self)
self.score = np.array([0,0])
self.scoreFont = wx.Font(pointSize=12, family=wx.FONTFAMILY_SWISS,
style=wx.FONTSTYLE_NORMAL, weight=wx.FONTWEIGHT_NORMAL, underline=False)
self.setCoords(np.array([0.07, 0.06]))
评论列表
文章目录