vrld / moonshine

Postprocessing effect repository for LÖVE
539 stars 35 forks source link

getting black screen with CRT #35

Closed gustavostuff closed 6 years ago

gustavostuff commented 6 years ago

Maybe I'm mising something but I followed the instructions on the README. I'm using the CRT filter with the defaults values but I get a black CRT-shaped frame.

with the effect: with_effect

with no effects: with_no_effect

game: mobile_version.zip

gustavostuff commented 6 years ago

never mind, it looks it was just my fault, I unwrapped all the content of love.draw() and left only this: effectCRT(function() gr.draw(canvas, 0, 0, 0, sx, sy) end)

now it works

pablomayobre commented 6 years ago

@tavuntu you should close the issue