Day 6

 Today I started a few things I started making enemies and the start button to start the round here is the current code for both

class enemy(QGraphicsRectItem,QTimer):
def __init__(self):
self.setRect(0,75,75,75)
def timerEvent(self, a0):
if self.timeout == true:
self.setPos(self.x()+5,self.y())
class startButton(widgets.QPushButton):
def __init__(self):
if

Comments