1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-21 00:35:25 +02:00
This commit is contained in:
syuilo
2026-02-15 15:46:09 +09:00
parent 9ecb3d6a5a
commit e70743bf40
6 changed files with 14 additions and 1 deletions

View File

@@ -311,6 +311,9 @@ const OBJECTS = {
'snakeplant': {
placement: 'top',
},
'blind': {
placement: 'bottom',
},
} as Record<string, ObjectDef>;
const _assumedFramesPerSecond = 60;