(async () => {for (const scene of game.scenes) {const t = await scene.createThumbnail({img: scene.img || undefined});if (t?.thumb) {console.log(
);await scene.update({thumb: t.thumb});}}})();