Code: Select all
love.graphics.drawq = love.graphics.drawq or love.graphics.draw
Untested of course, but it should work. Since drawq was removed and draw was given the ability to detect when the second argument is a quad and automatically uses quad drawing in that case. So it's the only change really. So the code above should work if placed right at the top of main.lua.