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)