Esempio n. 1
0
 def createTimeBar(self):
     self.timeBar = TimeBar()
     self.timeBar.x = stage.width - 70
     self.timeBar.y = (stage.height - self.timeBar.height) / 2
     self.addChild(self.timeBar)