Blur effect?

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Message
Author
User avatar
azureXtwilight
Megane Procrastinator
Posts: 4118
Joined: Fri Mar 28, 2008 4:54 am
Completed: Fantasia series (ROT and ROTA), Doppleganger: Dawn of The Inverted Soul, a2 (a due), Time Labyrinth
Projects: At Regime's End
Organization: Memento-Mori VNs, Team Sleepyhead
Location: Yogyakarta, Indonesia.
Contact:

Re: Blur effect?

#16 Post by azureXtwilight »

Yes, like more unfocused to hide some parts XD
How do I do that?
Image

User avatar
Alex
Lemma-Class Veteran
Posts: 3093
Joined: Fri Dec 11, 2009 5:25 pm
Contact:

Re: Blur effect?

#17 Post by Alex »

Try to add more layers of modified images, play with values of alpha and offset

Code: Select all

transform blur(child):
        contains: # the image itself
            child
            alpha 1.0
        contains: # 1st modified image
            child
            alpha 0.2 xoffset -3
        contains: # 2nd modified image
            child
            alpha 0.2 xoffset 3

        contains: # repeat this block several times
            child
            .... .... ..... ....

        contains: # last modified image
            child
            alpha 0.2 yoffset 3

User avatar
KouhaiChan
Regular
Posts: 30
Joined: Thu Feb 22, 2018 2:33 am
Projects: He Heard Me
Deviantart: KouhaiChan1
Soundcloud: KouhaiChan
Contact:

Re: Blur effect?

#18 Post by KouhaiChan »

bookmarked

Post Reply

Who is online

Users browsing this forum: Google [Bot], Stampaw