1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-21 22:45:36 +02:00
This commit is contained in:
syuilo
2026-02-10 18:53:48 +09:00
parent 367119a5a2
commit d033704f12
13 changed files with 41 additions and 15 deletions

View File

@@ -29,20 +29,23 @@ onMounted(() => {
roomType: 'default',
objects: [{
id: 'a',
type: 'cardboard-box3',
type: 'cardboard-box',
position: [120, 0, 50],
rotation: [0, 0.2, 0],
variation: 'mikan',
}, {
id: 'b',
type: 'cardboard-box2',
type: 'cardboard-box',
position: [120, 31, 50],
rotation: [0, 0.1, 0],
sticky: 'a',
variation: 'aizon',
}, {
id: '1',
type: 'cardboard-box',
position: [80, 0, 110],
rotation: [0, 2, 0],
variation: null,
}, {
id: 'c',
type: 'desk',