From c045fcff26d2c2951566a6cc310e330f11c95fd6 Mon Sep 17 00:00:00 2001 From: Map Date: Mon, 7 Oct 2024 02:49:53 -0500 Subject: [PATCH] nudge "no mods!" message down a bit --- game/src/mod_menu.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/src/mod_menu.rpy b/game/src/mod_menu.rpy index 7bc39e5..8fc4b70 100644 --- a/game/src/mod_menu.rpy +++ b/game/src/mod_menu.rpy @@ -883,7 +883,7 @@ screen mod_menu(): else: fixed: - ymaximum 600 # This is the stupidest fucking hack fix + ymaximum 750 # This is the stupidest fucking hack fix text _("You have no mods! \nInstall some in:\n\"{color=#abd7ff}[mod_menu_moddir]{/color}\""): style_prefix "navigation"