From 50564be1c5ae624b09752e441e9dca100840a500 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 28 May 2025 04:42:04 +0200 Subject: [PATCH] Increase spirit lifetime to 30 seconds --- 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 38ca547..dc4cc73 100644 --- a/node/server/public/app.js +++ b/node/server/public/app.js @@ -286,7 +286,7 @@ class Spirit { this.spawnY = spawnPosition.y; this.clock = new THREE.Clock(); this.isFading = true; - this.lifeTime = 20; // Sekunden + this.lifeTime = 30; // Sekunden this.spiritMeshes = []; this.grp.add(this.gltf); // exakt wie im Original: rotate, platzieren, leicht nach hinten