game={ cam={x=0,y=0}, init=function() mapa.load("test.map") update=game.update end, update=function() camera(game.cam.x, game.cam.y) map(0,0,0,0,mapa.w, mapa.h) camera(0,0) end }