From 6a566a7f90df00d5588419b291e72fdf7b3b9f9b Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 22 Apr 2026 17:10:41 +0200 Subject: [PATCH] auto-git: [change] src/app/App.tsx --- src/app/App.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/app/App.tsx b/src/app/App.tsx index 315c3a85..c451e57d 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -7914,6 +7914,17 @@ export function App({ store, initialStatusMessage }: AppProps) { ); completeCreation("Placed Spot Light."); return true; + case "cameraRig": + store.executeCommand( + createUpsertEntityCommand({ + entity: createCameraRigEntity({ + position + }), + label: "Place camera rig" + }) + ); + completeCreation("Placed Camera Rig."); + return true; case "playerStart": store.executeCommand( createUpsertEntityCommand({