Making things right
This commit is contained in:
@@ -76,7 +76,8 @@ class PlayerState:
|
|||||||
|
|
||||||
self.bonusTime = config.BEGINNING_BONUS_TIME
|
self.bonusTime = config.BEGINNING_BONUS_TIME
|
||||||
|
|
||||||
self.specialDisplay.printScore()
|
self.specialDisplay.printBallsToPlay(self.ballsLeft)
|
||||||
|
self.specialDisplay.printGameTimeBonus(self.bonusTime)
|
||||||
|
|
||||||
def activate(self):
|
def activate(self):
|
||||||
self.resetBall()
|
self.resetBall()
|
||||||
|
|||||||
@@ -10,3 +10,12 @@ class DummyDisplay(Display):
|
|||||||
|
|
||||||
def printScore(self, score):
|
def printScore(self, score):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
def printBallsToPlay(self, ballsToPlay):
|
||||||
|
pass
|
||||||
|
|
||||||
|
def printGameTimeBonus(self, gameTimeBonus):
|
||||||
|
pass
|
||||||
|
|
||||||
|
def printCredits(self, credits):
|
||||||
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user