From 394f715fb9c184199c2d360cae7573ed14009a32 Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Mon, 29 Jan 2024 18:14:46 +0000 Subject: [PATCH] Bug fix * Fixed image fit for the new scene. --- game/scripts/cg/luna.rpy | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/game/scripts/cg/luna.rpy b/game/scripts/cg/luna.rpy index 166ef0f9..1b26b281 100644 --- a/game/scripts/cg/luna.rpy +++ b/game/scripts/cg/luna.rpy @@ -412,7 +412,7 @@ image lun_grind_cumshot: repeat layeredimage lun_inspect spread_legs: - fit "contain" + fit "cover" fit_first True always "lun_inspect_background" @@ -480,7 +480,7 @@ layeredimage lun_inspect spread_legs: attribute genie_clothes null layeredimage lun_inspect legs_together: - fit "contain" + fit "cover" fit_first True always "lun_inspect_background" @@ -546,7 +546,7 @@ layeredimage lun_inspect legs_together: attribute genie_clothes null layeredimage lun_inspect head_back_spread_legs: - fit "contain" + fit "cover" fit_first True always "lun_inspect_background" @@ -604,7 +604,7 @@ layeredimage lun_inspect head_back_spread_legs: always "lun_inspect_vignette" layeredimage lun_inspect head_back_legs_together: - fit "contain" + fit "cover" fit_first True always "lun_inspect_background"