Exemplo n.º 1
0
 def __init__(self):
     Entity.__init__(self, "images/toilet_paper.png", (75, 75))
Exemplo n.º 2
0
 def __init__(self):
     Entity.__init__(self,
                     "images/party_gopher/00.png",
                     scale=(60, 60),
                     random=False)
Exemplo n.º 3
0
 def __init__(self):
     Entity.__init__(self, "images/covid.png", (25, 25))
Exemplo n.º 4
0
 def __init__(self):
     Entity.__init__(self, "images/mask.png", (75, 75))