1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-25 16:44:05 +02:00
This commit is contained in:
syuilo
2026-03-03 15:51:58 +09:00
parent e336cbad62
commit dbffa5520c
6 changed files with 198 additions and 3 deletions

View File

@@ -43,6 +43,7 @@ import { petBottle } from './objects/petBottle.js';
import { pictureFrame } from './objects/pictureFrame.js';
import { plant } from './objects/plant.js';
import { plant2 } from './objects/plant2.js';
import { poster } from './objects/poster.js';
import { powerStrip } from './objects/powerStrip.js';
import { rolledUpPoster } from './objects/rolledUpPoster.js';
import { roundRug } from './objects/roundRug.js';
@@ -98,6 +99,7 @@ export const OBJECT_DEFS = [
pictureFrame,
plant,
plant2,
poster,
powerStrip,
rolledUpPoster,
roundRug,