mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-24 10:38:56 +01:00
Uncomment the barelyblurred image
This commit is contained in:
parent
80bfa55b51
commit
9b4ee5dff4
1 changed files with 1 additions and 1 deletions
|
@ -794,7 +794,7 @@ image tracy uh flip = im.Flip('images/tracy/tracy uh.png', horizontal=True)
|
||||||
#extra chapters other images
|
#extra chapters other images
|
||||||
image home fang night blurred = im.Blur('images/backgrounds/home fang night.jpg', 2.0)
|
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 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 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 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)
|
image anon prom lessblurred = im.Flip(im.Blur('images/anon/prom set/anon prom neutral.png', 1.0), horizontal=True)
|
||||||
|
|
Loading…
Reference in a new issue