1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-24 01:04:16 +02:00

woodRingsPendantLight

This commit is contained in:
syuilo
2026-04-13 13:14:46 +09:00
parent 886f64055d
commit 6b95d07930
5 changed files with 122 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ import { wallGlassPictureFrame } from './objects/wallGlassPictureFrame.js';
import { wallMirror } from './objects/wallMirror.js';
import { wallShelf } from './objects/wallShelf.js';
import { woodRingFloorLamp } from './objects/woodRingFloorLamp.js';
import { woodRingsPendantLight } from './objects/woodRingsPendantLight.js';
import { woodSoundAbsorbingPanel } from './objects/woodSoundAbsorbingPanel.js';
export const OBJECT_DEFS = [
@@ -171,6 +172,7 @@ export const OBJECT_DEFS = [
wallMirror,
wallShelf,
woodRingFloorLamp,
woodRingsPendantLight,
woodSoundAbsorbingPanel,
debugHipoly,
];