From d41ee44855778cda4e826d32c23a9bcd88431df9 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 9 Jun 2015 20:39:57 +0300 Subject: [PATCH] Smaller scale for cog type --- toontown/town/TownBattleCogPanel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toontown/town/TownBattleCogPanel.py b/toontown/town/TownBattleCogPanel.py index e1a46dab..09e1f202 100755 --- a/toontown/town/TownBattleCogPanel.py +++ b/toontown/town/TownBattleCogPanel.py @@ -39,7 +39,7 @@ class TownBattleCogPanel(DirectFrame): self.setScale(0.8) self.initialiseoptions(TownBattleCogPanel) 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.healthBarGlow = None self.hpChangeEvent = None