From 9d2c6797e6ebb18fbb6bc6ab7ea194a2a83a8216 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 8 Mar 2015 15:30:47 +0200 Subject: [PATCH] Reduced text size --- toontown/toon/DistributedNPCGlove.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toontown/toon/DistributedNPCGlove.py b/toontown/toon/DistributedNPCGlove.py index e99228a8..48a7103d 100644 --- a/toontown/toon/DistributedNPCGlove.py +++ b/toontown/toon/DistributedNPCGlove.py @@ -64,7 +64,7 @@ class DistributedNPCGlove(DistributedNPCToonBase): def createGui(self): self.title = DirectLabel(aspect2d, relief=None, text=TTLocalizer.GloveGuiTitle, - text_fg=(0, 1, 0, 1), text_scale=0.21, text_font=ToontownGlobals.getSignFont(), + text_fg=(0, 1, 0, 1), text_scale=0.15, text_font=ToontownGlobals.getSignFont(), pos=(0, 0, -0.30), text_shadow=(1, 1, 1, 1)) self.notice = DirectLabel(aspect2d, relief=None, text=TTLocalizer.GloveGuiNotice % ToontownGlobals.GloveCost,