@ -1,5 +1,7 @@
-- some minor things I wish LÖVE provided
App = {}
App.screen = {}
App.screen = {} -- cache for screen dimensions
function App.color(color)
love.graphics.setColor(color.r, color.g, color.b, color.a)