auto-git:

[change] src/app/App.tsx
This commit is contained in:
2026-04-22 17:10:41 +02:00
parent 493e8cecc8
commit 6a566a7f90

View File

@@ -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({