Minor style fixes
This commit is contained in:
@@ -58,6 +58,7 @@ class Drakora():
|
||||
self.speedUp()
|
||||
self.speedUpLabelCD = self.targetFps
|
||||
|
||||
|
||||
def getFont(self):
|
||||
return self.font
|
||||
|
||||
|
||||
@@ -145,7 +145,6 @@ class EndSceen():
|
||||
self.fontLeaderBoard, (255, 255, 255),
|
||||
(self.game.getScreenWidth()/2,100 + j*50))
|
||||
|
||||
|
||||
self.renderText(' {0:>3} {1:^10} {2:>6} {3:>8} '.format(
|
||||
'..','.....', '..', '.....'
|
||||
),
|
||||
|
||||
@@ -147,7 +147,6 @@ class StandingEnemy(Enemy):
|
||||
for image in array:
|
||||
image.set_colorkey((255,0,255))
|
||||
|
||||
|
||||
self.subtype = random.randint(0, len(StandingEnemy.images) - 1)
|
||||
|
||||
self.image = random.choice(StandingEnemy.images[self.subtype])
|
||||
|
||||
Reference in New Issue
Block a user