Merge pull request 'Uncomment the barelyblurred image' (#167) from nutbuster/SnootGame:Patch7 into Patch7

Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/167
This commit is contained in:
Nutbuster 2021-11-23 09:19:33 +00:00
commit f8ff1feb0f
1 changed files with 1 additions and 1 deletions

View File

@ -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)