1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-20 12:55:45 +02:00
This commit is contained in:
syuilo
2026-02-15 14:14:44 +09:00
parent 9f0fbb8531
commit 9ecb3d6a5a
8 changed files with 20 additions and 3 deletions

View File

@@ -305,6 +305,12 @@ const OBJECTS = {
'wood-sound-absorbing-panel': {
placement: 'side',
},
'power-strip': {
placement: 'top',
},
'snakeplant': {
placement: 'top',
},
} as Record<string, ObjectDef>;
const _assumedFramesPerSecond = 60;