Verse Library verse

02 Fragment

Loops to apply and reset a visual effect for a creepy cinematic atmosphere.

verse-library/post-process-effects/02-fragment.verse

for i in [0, 1, 2, 3]:
    ApplyCreepyEffect(p)
    world.Wait(0.2)
    ResetEffect(p)
    world.Wait(0.3)

Comments

    Sign in to vote, comment, or suggest an edit. Sign in