mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-23 09:54:06 +02:00
rename
This commit is contained in:
@@ -34,6 +34,7 @@ import { envelope } from './objects/envelope.js';
|
|||||||
import { facialTissue } from './objects/facialTissue.js';
|
import { facialTissue } from './objects/facialTissue.js';
|
||||||
import { hangingTShirt } from './objects/hangingTShirt.js';
|
import { hangingTShirt } from './objects/hangingTShirt.js';
|
||||||
import { icosahedron } from './objects/icosahedron.js';
|
import { icosahedron } from './objects/icosahedron.js';
|
||||||
|
import { ironFrameShelfH, ironFrameShelfV } from './objects/ironFrameShelf.js';
|
||||||
import { keyboard } from './objects/keyboard.js';
|
import { keyboard } from './objects/keyboard.js';
|
||||||
import { laptopPc } from './objects/laptopPc.js';
|
import { laptopPc } from './objects/laptopPc.js';
|
||||||
import { lavaLamp } from './objects/lavaLamp.js';
|
import { lavaLamp } from './objects/lavaLamp.js';
|
||||||
@@ -114,6 +115,8 @@ export const OBJECT_DEFS = [
|
|||||||
facialTissue,
|
facialTissue,
|
||||||
hangingTShirt,
|
hangingTShirt,
|
||||||
icosahedron,
|
icosahedron,
|
||||||
|
ironFrameShelfH,
|
||||||
|
ironFrameShelfV,
|
||||||
keyboard,
|
keyboard,
|
||||||
laptopPc,
|
laptopPc,
|
||||||
lavaLamp,
|
lavaLamp,
|
||||||
|
|||||||
@@ -6,10 +6,10 @@
|
|||||||
import * as BABYLON from '@babylonjs/core';
|
import * as BABYLON from '@babylonjs/core';
|
||||||
import { defineObject } from '../engine.js';
|
import { defineObject } from '../engine.js';
|
||||||
|
|
||||||
export const ironWoodShelfH = defineObject({
|
export const ironFrameShelfH = defineObject({
|
||||||
id: 'ironWoodShelfH',
|
id: 'ironFrameShelfH',
|
||||||
name: 'ironWoodShelf H',
|
name: 'ironFrameShelf H',
|
||||||
path: 'iron-wood-shelf/iron-wood-shelf-h',
|
path: 'iron-frame-shelf/iron-frame-shelf-h',
|
||||||
options: {
|
options: {
|
||||||
schema: {
|
schema: {
|
||||||
frameColor: {
|
frameColor: {
|
||||||
@@ -55,10 +55,10 @@ export const ironWoodShelfH = defineObject({
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
export const ironWoodShelfV = defineObject({
|
export const ironFrameShelfV = defineObject({
|
||||||
id: 'ironWoodShelfV',
|
id: 'ironFrameShelfV',
|
||||||
name: 'ironWoodShelf V',
|
name: 'ironFrameShelf V',
|
||||||
path: 'iron-wood-shelf/iron-wood-shelf-v',
|
path: 'iron-frame-shelf/iron-frame-shelf-v',
|
||||||
options: {
|
options: {
|
||||||
schema: {
|
schema: {
|
||||||
frameColor: {
|
frameColor: {
|
||||||
Reference in New Issue
Block a user