Conf.lua
For the tile map we just designed, it is necessary that we change the screen configuration to match it. The following is the new config.lua
file:
function love.conf(w) w.screen.width = 640 w.screen.height = 480 w.title = "Goofy's Adventure" end