diff --git a/node/server/public/app.js b/node/server/public/app.js index a63ffc4..9d6d141 100644 --- a/node/server/public/app.js +++ b/node/server/public/app.js @@ -296,7 +296,7 @@ class Spirit { this.spawnY = spawnPosition.y; this.clock = new THREE.Clock(); this.isFading = true; - this.lifeTime = 30; // Sekunden + this.lifeTime = 20; // Sekunden this.spiritMeshes = []; this.grp.add(this.gltf); // exakt wie im Original: rotate, platzieren, leicht nach hinten