support high-DPI devices
Dependencies
Change contents
- edit in main.lua at line 144
App.screen.width = love.window.fromPixels(App.screen.width)App.screen.height = love.window.fromPixels(App.screen.height)
App.screen.width = love.window.fromPixels(App.screen.width) App.screen.height = love.window.fromPixels(App.screen.height)