1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-19 12:25:30 +02:00
This commit is contained in:
syuilo
2026-02-11 11:20:49 +09:00
parent 6c64e75412
commit e41e700f2d
4 changed files with 26 additions and 3 deletions

View File

@@ -138,6 +138,11 @@ onMounted(() => {
type: 'plant2',
position: [135, 0, -135],
rotation: [0, 0, 0],
}, {
id: 's',
type: 'wall-clock',
position: [-150, 200, 100],
rotation: [0, 0, 0],
}],
}, {
canvas: canvas.value!,