so here is my resizing code. When you hit the maximize button, well, it goes kind of slow as it changes the window size and doesn't look that good. How can I improve this?
Seems needlessly complicated, and also the dimensions are hard-coded so it won't work for anyone else but you.
Do use love.window.getMode instead of your own variable, and love.window.getDesktopDimensions to query the current screen's resolution to maximize the window. (The current screen index will be returned by getMode)
All of this only applies if love.window.maximize doesn't work for you, of course.
Me and my stuff True Neutral Aspirant. Why, yes, i do indeed enjoy sarcastically correcting others when they make the most blatant of spelling mistakes. No bullying or trolling the innocent tho.