games50 / pong

Atari's 1972 classic, implemented in Lua with LÖVE
843 stars 1.12k forks source link

pong-1 doesn't work with love 11.1 #12

Open noahhaasis opened 6 years ago

noahhaasis commented 6 years ago

pong 1 calls love.window.getPixelScale which is now called love.window.getDPIScale.

hernandeznii commented 4 years ago

A better fix would be to get the latest version of push from @ulydev 's repo: https://github.com/Ulydev/push/blob/master/push.lua

This is the latest version, which takes care of the listed issues.

Hope this helps!