mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-21 16:55:33 +02:00
wip
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user