(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});}}})();
剛在弄東西發現——可以直接把別的系統的房間(官方)直接摳出來用到不同系統上。
不用用地圖就是爽啦`
(async () => {Regenerated thumbnail for ${https://scene.name}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});
}
}
})();
這是好東西,設計的真不錯