1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-25 02:44:03 +02:00
This commit is contained in:
syuilo
2026-02-12 10:49:29 +09:00
parent 68d28eb4ac
commit de1a3e3765
6 changed files with 11 additions and 3 deletions

View File

@@ -136,7 +136,7 @@ onMounted(() => {
}, {
id: 'p',
type: 'tv',
position: [-115, 0, -85],
position: [-135, 88, -5],
rotation: [0, 0, 0],
}, {
id: 'q',
@@ -159,6 +159,11 @@ onMounted(() => {
position: [10, 100, 10],
rotation: [0, 0, 0],
variation: '1',
}, {
id: 'u',
type: 'bed',
position: [-30, 0, -100],
rotation: [0, 0, 0],
}],
}, {
canvas: canvas.value!,