1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-13 14:05:35 +02:00
This commit is contained in:
syuilo
2026-04-12 21:30:47 +09:00
parent abe22da9ed
commit 7f46bd4928
5 changed files with 11 additions and 8 deletions

View File

@@ -34,6 +34,7 @@ import { envelope } from './objects/envelope.js';
import { facialTissue } from './objects/facialTissue.js';
import { hangingTShirt } from './objects/hangingTShirt.js';
import { icosahedron } from './objects/icosahedron.js';
import { ironFrameShelfH, ironFrameShelfV } from './objects/ironFrameShelf.js';
import { keyboard } from './objects/keyboard.js';
import { laptopPc } from './objects/laptopPc.js';
import { lavaLamp } from './objects/lavaLamp.js';
@@ -114,6 +115,8 @@ export const OBJECT_DEFS = [
facialTissue,
hangingTShirt,
icosahedron,
ironFrameShelfH,
ironFrameShelfV,
keyboard,
laptopPc,
lavaLamp,

View File

@@ -6,10 +6,10 @@
import * as BABYLON from '@babylonjs/core';
import { defineObject } from '../engine.js';
export const ironWoodShelfH = defineObject({
id: 'ironWoodShelfH',
name: 'ironWoodShelf H',
path: 'iron-wood-shelf/iron-wood-shelf-h',
export const ironFrameShelfH = defineObject({
id: 'ironFrameShelfH',
name: 'ironFrameShelf H',
path: 'iron-frame-shelf/iron-frame-shelf-h',
options: {
schema: {
frameColor: {
@@ -55,10 +55,10 @@ export const ironWoodShelfH = defineObject({
},
});
export const ironWoodShelfV = defineObject({
id: 'ironWoodShelfV',
name: 'ironWoodShelf V',
path: 'iron-wood-shelf/iron-wood-shelf-v',
export const ironFrameShelfV = defineObject({
id: 'ironFrameShelfV',
name: 'ironFrameShelf V',
path: 'iron-frame-shelf/iron-frame-shelf-v',
options: {
schema: {
frameColor: {