Smaller scale for cog type

This commit is contained in:
John 2015-06-09 20:39:57 +03:00 committed by Loudrob
parent 6b5226e9e3
commit d41ee44855

View file

@ -39,7 +39,7 @@ class TownBattleCogPanel(DirectFrame):
self.setScale(0.8) self.setScale(0.8)
self.initialiseoptions(TownBattleCogPanel) self.initialiseoptions(TownBattleCogPanel)
self.levelText = DirectLabel(parent=self, text='', pos=(-0.06, 0, -0.075), text_scale=0.055) self.levelText = DirectLabel(parent=self, text='', pos=(-0.06, 0, -0.075), text_scale=0.055)
self.suitType = DirectLabel(parent=self, text='', pos=(0.12, 0, -0.075), text_scale=0.055) self.suitType = DirectLabel(parent=self, text='', pos=(0.12, 0, -0.075), text_scale=0.045)
self.healthBar = None self.healthBar = None
self.healthBarGlow = None self.healthBarGlow = None
self.hpChangeEvent = None self.hpChangeEvent = None