mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-20 00:05:32 +02:00
wip
This commit is contained in:
BIN
packages/frontend/assets/room/object-thumbs/issyoubin.png
Normal file
BIN
packages/frontend/assets/room/object-thumbs/issyoubin.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
@@ -39,6 +39,7 @@ import { hangingTShirt } from './objects/hangingTShirt.js';
|
|||||||
import { icosahedron } from './objects/icosahedron.js';
|
import { icosahedron } from './objects/icosahedron.js';
|
||||||
import { ironFrameShelf5, ironFrameShelf4, ironFrameShelf3 } from './objects/ironFrameShelf.js';
|
import { ironFrameShelf5, ironFrameShelf4, ironFrameShelf3 } from './objects/ironFrameShelf.js';
|
||||||
import { ironFrameTable } from './objects/ironFrameTable.js';
|
import { ironFrameTable } from './objects/ironFrameTable.js';
|
||||||
|
import { issyoubin } from './objects/issyoubin.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';
|
||||||
@@ -136,6 +137,7 @@ export const OBJECT_DEFS = [
|
|||||||
ironFrameShelf4,
|
ironFrameShelf4,
|
||||||
ironFrameShelf3,
|
ironFrameShelf3,
|
||||||
ironFrameTable,
|
ironFrameTable,
|
||||||
|
issyoubin,
|
||||||
keyboard,
|
keyboard,
|
||||||
laptopPc,
|
laptopPc,
|
||||||
lavaLamp,
|
lavaLamp,
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ export const issyoubin = defineObject({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
default: {
|
default: {
|
||||||
variation: 'ai',
|
variation: 'misuki',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
placement: 'top',
|
placement: 'top',
|
||||||
|
|||||||
Reference in New Issue
Block a user