Windows screen glitch effect help

J

Just a guy

Guest
So I have my game and I was wondering how I could add an effect where after I died the screen was normal for 3-4 seconds and then glitches out. Is there a way to do this with shaders?
 

obscene

Member
Glitching out can mean a lot of things. Personally I used draw_surface_part on the application surface to randomly draw slices of the screen with an offset to get the effect shown here:


(2:56:51)

It's subtle, but a larger offset might be what you are looking for.
 
J

Just a guy

Guest
Glitching out can mean a lot of things. Personally I used draw_surface_part on the application surface to randomly draw slices of the screen with an offset to get the effect shown here:


(2:56:51)

It's subtle, but a larger offset might be what you are looking for.
sweet. thanks. also, are you a part of the team that made orphan?
 
Top