mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-05 12:54:09 +02:00
wip
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -76,9 +76,9 @@ onMounted(() => {
|
|||||||
sticky: 'c',
|
sticky: 'c',
|
||||||
}, {
|
}, {
|
||||||
id: 'e',
|
id: 'e',
|
||||||
type: 'chair2',
|
type: 'chair',
|
||||||
position: [-80, 0, 85],
|
position: [-80, 0, 85],
|
||||||
rotation: [0, -Math.PI / 2, 0],
|
rotation: [0, -Math.PI, 0],
|
||||||
}, {
|
}, {
|
||||||
id: 'f',
|
id: 'f',
|
||||||
type: 'plant',
|
type: 'plant',
|
||||||
|
|||||||
@@ -261,9 +261,6 @@ const OBJECTS = {
|
|||||||
'chair': {
|
'chair': {
|
||||||
placement: 'floor',
|
placement: 'floor',
|
||||||
},
|
},
|
||||||
'chair2': {
|
|
||||||
placement: 'floor',
|
|
||||||
},
|
|
||||||
'energy-drink': {
|
'energy-drink': {
|
||||||
placement: 'top',
|
placement: 'top',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user