1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-31 11:34:01 +02:00

wallGlassPictureFrame

This commit is contained in:
syuilo
2026-04-13 11:58:08 +09:00
parent 4740c76128
commit 886f64055d
4 changed files with 139 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ import { twistedCubeObjet } from './objects/twistedCubeObjet.js';
import { usedTissue } from './objects/usedTissue.js';
import { wallCanvas } from './objects/wallCanvas.js';
import { wallClock } from './objects/wallClock.js';
import { wallGlassPictureFrame } from './objects/wallGlassPictureFrame.js';
import { wallMirror } from './objects/wallMirror.js';
import { wallShelf } from './objects/wallShelf.js';
import { woodRingFloorLamp } from './objects/woodRingFloorLamp.js';
@@ -166,6 +167,7 @@ export const OBJECT_DEFS = [
usedTissue,
wallCanvas,
wallClock,
wallGlassPictureFrame,
wallMirror,
wallShelf,
woodRingFloorLamp,