LOVE 0.11.0 uses love.window.getDPIScale instead of getPixelScale, which causes an error in the included version of push.lua. It looks like the newest version of push.lua should handle both cases. I've tested it with LOVE 0.11.1, and it works for me.
LOVE 0.11.0 uses
love.window.getDPIScale
instead ofgetPixelScale
, which causes an error in the included version of push.lua. It looks like the newest version of push.lua should handle both cases. I've tested it with LOVE 0.11.1, and it works for me.LOVE doc: https://love2d.org/wiki/love.window.getDPIScale push.lua v0.3: https://raw.githubusercontent.com/Ulydev/push/master/push.lua