mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
Reduced text size
This commit is contained in:
parent
348d9a5475
commit
9d2c6797e6
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class DistributedNPCGlove(DistributedNPCToonBase):
|
||||||
|
|
||||||
def createGui(self):
|
def createGui(self):
|
||||||
self.title = DirectLabel(aspect2d, relief=None, text=TTLocalizer.GloveGuiTitle,
|
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))
|
pos=(0, 0, -0.30), text_shadow=(1, 1, 1, 1))
|
||||||
|
|
||||||
self.notice = DirectLabel(aspect2d, relief=None, text=TTLocalizer.GloveGuiNotice % ToontownGlobals.GloveCost,
|
self.notice = DirectLabel(aspect2d, relief=None, text=TTLocalizer.GloveGuiNotice % ToontownGlobals.GloveCost,
|
||||||
|
|
Loading…
Reference in a new issue