diff --git a/packages/frontend/src/pages/room.vue b/packages/frontend/src/pages/room.vue index 475aa89daf..55f05fb35d 100644 --- a/packages/frontend/src/pages/room.vue +++ b/packages/frontend/src/pages/room.vue @@ -56,6 +56,11 @@ onMounted(() => { type: 'monitor', position: [-130, 70, 85], rotation: [0, 0, 0], + }, { + id: 'd2', + type: 'keyboard', + position: [-110, 70, 85], + rotation: [0, 0, 0], }, { id: 'e', type: 'chair2', @@ -91,6 +96,26 @@ onMounted(() => { type: 'cup-noodle', position: [-100, 70, 40], rotation: [0, -2, 0], + }, { + id: 'l', + type: 'banknote', + position: [-100, 70, 55], + rotation: [0, -2, 0], + }, { + id: 'm', + type: 'energy-drink', + position: [-100, 70, 120], + rotation: [0, 1, 0], + }, { + id: 'n', + type: 'milk', + position: [-120, 70, 130], + rotation: [0, 1.5, 0], + }, { + id: 'o', + type: 'facial-tissue', + position: [-100, 70, 138], + rotation: [0, 1.5, 0], }], });