我正在尝试让西蒙说游戏,我不需要我的用户精灵来拥有图像,但是可以制作带有调用图像的精灵吗?喜欢下面?或者,只要程序员创建一个精灵,就总是需要调用图像?
#example
class User(games.Sprite):
sound = games.load_sound("missile.wav")
def __init__(self):
self.life = 3
self.action = None
self.delay = 0