1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-23 23:54:10 +02:00

wallMirror

This commit is contained in:
syuilo
2026-04-10 11:41:07 +09:00
parent a627b58e85
commit 887f548985
4 changed files with 91 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ import { tetrapod } from './objects/tetrapod.js';
import { tv } from './objects/tv.js';
import { wallCanvas } from './objects/wallCanvas.js';
import { wallClock } from './objects/wallClock.js';
import { wallMirror } from './objects/wallMirror.js';
import { wallShelf } from './objects/wallShelf.js';
import { woodRingFloorLamp } from './objects/woodRingFloorLamp.js';
import { woodSoundAbsorbingPanel } from './objects/woodSoundAbsorbingPanel.js';
@@ -143,6 +144,7 @@ export const OBJECT_DEFS = [
tv,
wallCanvas,
wallClock,
wallMirror,
wallShelf,
woodRingFloorLamp,
woodSoundAbsorbingPanel,