local love = assert( love )
local scene = {}
function scene.load( t )
for k, callback in pairs( t ) do
love[k] = callback
end
return scene