require "scenes" function love.load() end function love.update(dt) scenes[#scenes].update(dt) end function love.draw() scenes[#scenes].draw() end