function love.conf(t) t.window.title = "Tilemap Test 05 get object 2" t.window.width = 640 t.window.height = 480 t.window.vsync = true t.console = true -- t.window.fullscreen = true -- t.window.fullscreentype = "exclusive" end