diff --git a/game/gui/flag/Mexico.png b/game/gui/flag/Mexico.png index 3192bf0..e043e43 100644 Binary files a/game/gui/flag/Mexico.png and b/game/gui/flag/Mexico.png differ diff --git a/game/screens.rpy b/game/screens.rpy index 30e134a..57a3b16 100644 --- a/game/screens.rpy +++ b/game/screens.rpy @@ -972,20 +972,20 @@ screen preferences(): textbutton _("Enable Lewd Images") action [Function(onclick_audio, persistent.lewd), ToggleVariable("persistent.lewd", True, False)] vbox: - style_prefix "check" + style_prefix "navigation" label _("Language") vpgrid: rows len(languages) cols 1 mousewheel True draggable True - xsize 300 + xsize 320 ysize 250 if len(languages)>5: scrollbars "vertical" for lang in languages: fixed: - xsize 250 + xsize 400 ysize 60 hbox: textbutton lang["name"] action Language(lang["value"]) activate_sound "audio/ui/uiRollover.wav"