Code: Select all
effect = moonshine(moonshine.effects.crt)
Code: Select all
effect.draw(function()
love.graphics.draw(love.graphics.newImage("/res/background.png"), 0 ,0)
end)
You can reproduce the black screen error by uncommenting line 216 of scenes/maingame.lua
Does anyone know what the problem is? I am finding this even more wonky than the problems I am having with my chunk loader.
Here is a stripped down copy of my .love file, for clarity.