``` js tm.main(function() { var app = tm.display.CanvasApp({ id: "#world", fps: 30, width: 465, height: 465, fitScreen: true, scene: "MainScene", }); app.run(); }); ```