I made some changes to allow playing even framebfuffer are not supported. By this way I was able to play to your game, and I like it ! --- unlove006.1/draw.lua +++ unlove006.2/draw.lua @@ -10,7 +10,7 @@ --blood love.graphics.setColor(255, 255, 255, 255) - love.graphics.draw(blood_buffer, 0, 0) + if ...