This commit is contained in:
2026-03-18 22:00:21 +02:00
parent 691ec08e88
commit da326ddf96
4 changed files with 100 additions and 87 deletions
@@ -56,14 +56,6 @@ export default {
renderType: 'ST',
cameraType: 'perspective',
}
},
methods:{
async setGameHeader(){
let screenshot = await this.engine.captureScreenshot();
let fd = new FormData();
fd.append('file', screenshot);
await this.$api.game.setHeader(this.modelValue.id, fd);
}
}
}
</script>