From 9b4ee5dff4ab1c69195986a1c4a97be948256fa2 Mon Sep 17 00:00:00 2001 From: nutbuster Date: Tue, 23 Nov 2021 20:17:56 +1100 Subject: [PATCH] Uncomment the barelyblurred image --- game/script.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/script.rpy b/game/script.rpy index 530acf1..b40e7b0 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -794,7 +794,7 @@ image tracy uh flip = im.Flip('images/tracy/tracy uh.png', horizontal=True) #extra chapters other images image home fang night blurred = im.Blur('images/backgrounds/home fang night.jpg', 2.0) image home fang night lessblurred = im.Blur('images/backgrounds/home fang night.jpg', 1.0) -#image home fang night barelyblurred = im.Blur('images/backgrounds/home fang night.jpg', 0.5) +image home fang night barelyblurred = im.Blur('images/backgrounds/home fang night.jpg', 0.5) image d01_blur = im.Blur('images/cgs/d01.jpg', 1.5) image anon prom blurred = im.Flip(im.Blur('images/anon/prom set/anon prom neutral.png', 2.0), horizontal=True) image anon prom lessblurred = im.Flip(im.Blur('images/anon/prom set/anon prom neutral.png', 1.0), horizontal=True)