1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-14 06:45:12 +02:00
This commit is contained in:
syuilo
2026-04-02 14:15:52 +09:00
parent a01bbf828d
commit ea8df304c9
22 changed files with 193 additions and 147 deletions

View File

@@ -21,8 +21,8 @@ export const wallClock = defineObject({
},
},
placement: 'side',
createInstance: ({ room, root, options, findMaterial }) => {
const frameMaterial = findMaterial('__X_FRAME__');
createInstance: ({ room, root, options, model }) => {
const frameMaterial = model.findMaterial('__X_FRAME__');
const applyFrameColor = () => {
const [r, g, b] = options.frameColor;