Ejemplo n.º 1
0
 def updateColors(self):
     self.dps.SetForegroundColour(self.getForegroundColor())
     BaseOverlay.updateColors(self)
Ejemplo n.º 2
0
 def updateColors(self):
     self.healing.SetForegroundColour(self.getForegroundColor())
     BaseOverlay.updateColors(self)
Ejemplo n.º 3
0
 def updateColors(self):
     self.bar.SetBackgroundColour(self.getBackgroundColor())
     BaseOverlay.updateColors(self)
Ejemplo n.º 4
0
 def updateColors(self):
     self.bar.SetBackgroundColour(self.getBackgroundColor())
     BaseOverlay.updateColors(self)
Ejemplo n.º 5
0
 def updateColors(self):
     self.damage.SetForegroundColour(self.getForegroundColor())
     BaseOverlay.updateColors(self)