From 7d5c2052ebe0c459cd09df5cfa97e803d2d565b3 Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Sun, 12 Apr 2026 16:43:19 +0900 Subject: [PATCH] Update tabletopGlassPictureFrame.ts --- .../src/utility/room/objects/tabletopGlassPictureFrame.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/frontend/src/utility/room/objects/tabletopGlassPictureFrame.ts b/packages/frontend/src/utility/room/objects/tabletopGlassPictureFrame.ts index 7044a3212a..99bd171a57 100644 --- a/packages/frontend/src/utility/room/objects/tabletopGlassPictureFrame.ts +++ b/packages/frontend/src/utility/room/objects/tabletopGlassPictureFrame.ts @@ -41,8 +41,8 @@ export const tabletopGlassPictureFrame = defineObject({ }, }, default: { - width: 0.15, - height: 0.15, + width: 0.1, + height: 0.1, customPicture: null, fit: 'cover', },