mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-28 14:44:44 +02:00
wip
This commit is contained in:
@@ -21,8 +21,8 @@ export const desk = defineObject({
|
||||
},
|
||||
},
|
||||
placement: 'floor',
|
||||
createInstance: ({ options, findMaterial }) => {
|
||||
const topMaterial = findMaterial('__X_BODY__');
|
||||
createInstance: ({ options, model }) => {
|
||||
const topMaterial = model.findMaterial('__X_BODY__');
|
||||
|
||||
const applyTopColor = () => {
|
||||
const [r, g, b] = options.topColor;
|
||||
|
||||
Reference in New Issue
Block a user