1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-21 16:55:33 +02:00
This commit is contained in:
syuilo
2026-02-11 09:50:12 +09:00
parent b05010bdc4
commit 6ac091096b
4 changed files with 56 additions and 3 deletions

View File

@@ -133,6 +133,11 @@ onMounted(() => {
type: 'color-box',
position: [-135, 0, -5],
rotation: [0, 0, 0],
}, {
id: 'r',
type: 'plant2',
position: [135, 0, -135],
rotation: [0, 0, 0],
}],
}, {
canvas: canvas.value!,
@@ -172,7 +177,7 @@ function onKeyup(ev: KeyboardEvent) {
}
function grab() {
engine.grab();
engine.toggleGrab();
canvas.value!.focus();
}