merge Patch7 into master #192

Merged
nutbuster merged 202 commits from Patch7 into master 2022-10-29 05:53:44 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f8ff1feb0f - Show all commits

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)