コード例 #1
0
 def set_color(self, color):
     Frame.set_color(self, color)
     GameCharacterPortrait.update_color(self)
コード例 #2
0
ファイル: screens.py プロジェクト: feng2606/thbattle
 def set_color(self, color):
     Frame.set_color(self, color)
     self.inputbox.color = color
コード例 #3
0
ファイル: game_controls.py プロジェクト: AojiaoZero/thbattle
 def set_color(self, color):
     Frame.set_color(self, color)
     GameCharacterPortrait.update_color(self)
コード例 #4
0
 def set_color(self, color):
     Frame.set_color(self, color)
     self.inputbox.color = color