From bb025fa8be0e169a78531d458f8a6c1feb973ac8 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 28 May 2025 02:50:10 +0200 Subject: [PATCH] Adjust spirit object position in app.js --- node/server/public/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/server/public/app.js b/node/server/public/app.js index f7b6688..54b2e21 100644 --- a/node/server/public/app.js +++ b/node/server/public/app.js @@ -292,7 +292,7 @@ async function showSpirit(spirit) { } }); // Positionierung, z.B. am Boden leicht nach hinten - spiritObj.position.set(0, 0, -0.6); + spiritObj.position.set(0, 0, 0); scene.add(spiritObj); currentSpiritGroup = spiritObj;