예제 #1
0
 def updateColors(self):
     self.dps.SetForegroundColour(self.getForegroundColor())
     BaseOverlay.updateColors(self)
예제 #2
0
 def updateColors(self):
     self.healing.SetForegroundColour(self.getForegroundColor())
     BaseOverlay.updateColors(self)
예제 #3
0
파일: enrage_bar.py 프로젝트: TeamSWAP/swap
 def updateColors(self):
     self.bar.SetBackgroundColour(self.getBackgroundColor())
     BaseOverlay.updateColors(self)
예제 #4
0
파일: enrage_bar.py 프로젝트: TeamSWAP/swap
 def updateColors(self):
     self.bar.SetBackgroundColour(self.getBackgroundColor())
     BaseOverlay.updateColors(self)
예제 #5
0
 def updateColors(self):
     self.damage.SetForegroundColour(self.getForegroundColor())
     BaseOverlay.updateColors(self)