mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
wip
This commit is contained in:
parent
aafcffd1ad
commit
3acf6db835
6 changed files with 2 additions and 5 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -76,9 +76,9 @@ onMounted(() => {
|
|||
sticky: 'c',
|
||||
}, {
|
||||
id: 'e',
|
||||
type: 'chair2',
|
||||
type: 'chair',
|
||||
position: [-80, 0, 85],
|
||||
rotation: [0, -Math.PI / 2, 0],
|
||||
rotation: [0, -Math.PI, 0],
|
||||
}, {
|
||||
id: 'f',
|
||||
type: 'plant',
|
||||
|
|
|
|||
|
|
@ -261,9 +261,6 @@ const OBJECTS = {
|
|||
'chair': {
|
||||
placement: 'floor',
|
||||
},
|
||||
'chair2': {
|
||||
placement: 'floor',
|
||||
},
|
||||
'energy-drink': {
|
||||
placement: 'top',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue