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