1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-19 10:05:38 +02:00
This commit is contained in:
syuilo
2026-02-09 14:58:45 +09:00
parent 80b5c6cd35
commit 6f07445185
7 changed files with 50 additions and 3 deletions

View File

@@ -71,6 +71,16 @@ onMounted(() => {
type: 'mug',
position: [-45, 90, 160],
rotation: [0, Math.PI / 2, 0],
}, {
id: 'h',
type: 'aircon',
position: [80, 215, 150],
rotation: [0, Math.PI / 2, 0],
}, {
id: 'i',
type: 'lava-lamp',
position: [60, 90, 170],
rotation: [0, 0, 0],
}],
});