mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
Update room.vue
This commit is contained in:
parent
09993a8ac8
commit
ab1362264a
1 changed files with 25 additions and 0 deletions
|
|
@ -56,6 +56,11 @@ onMounted(() => {
|
|||
type: 'monitor',
|
||||
position: [-130, 70, 85],
|
||||
rotation: [0, 0, 0],
|
||||
}, {
|
||||
id: 'd2',
|
||||
type: 'keyboard',
|
||||
position: [-110, 70, 85],
|
||||
rotation: [0, 0, 0],
|
||||
}, {
|
||||
id: 'e',
|
||||
type: 'chair2',
|
||||
|
|
@ -91,6 +96,26 @@ onMounted(() => {
|
|||
type: 'cup-noodle',
|
||||
position: [-100, 70, 40],
|
||||
rotation: [0, -2, 0],
|
||||
}, {
|
||||
id: 'l',
|
||||
type: 'banknote',
|
||||
position: [-100, 70, 55],
|
||||
rotation: [0, -2, 0],
|
||||
}, {
|
||||
id: 'm',
|
||||
type: 'energy-drink',
|
||||
position: [-100, 70, 120],
|
||||
rotation: [0, 1, 0],
|
||||
}, {
|
||||
id: 'n',
|
||||
type: 'milk',
|
||||
position: [-120, 70, 130],
|
||||
rotation: [0, 1.5, 0],
|
||||
}, {
|
||||
id: 'o',
|
||||
type: 'facial-tissue',
|
||||
position: [-100, 70, 138],
|
||||
rotation: [0, 1.5, 0],
|
||||
}],
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue