mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
Final Fix I promise
This commit is contained in:
parent
4d2cfe01fd
commit
e568d13f0c
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class LanguageSelector:
|
|||
text_fg=(1, 0.549, 0, 1), text_scale=0.09, text_font=ToontownGlobals.getSuitFont(),
|
||||
pos=(0, 0, -0.25), text_shadow=(1, 0.27, 0, 1), command=self.switchLanguage, extraArgs=['French'])
|
||||
|
||||
self.brazilian = DirectButton(aspect2d, relief=None, text='Portuguese',
|
||||
self.portuguese = DirectButton(aspect2d, relief=None, text='Portuguese',
|
||||
text_fg=(1, 0.549, 0, 1), text_scale=0.09, text_font=ToontownGlobals.getSuitFont(),
|
||||
pos=(0, 0, -0.35), text_shadow=(1, 0.27, 0, 1), command=self.switchLanguage, extraArgs=['Portuguese'])
|
||||
|
||||
|
|
Loading…
Reference in a new issue