diff --git a/node/server/public/app.js b/node/server/public/app.js index 48cfece..a63ffc4 100644 --- a/node/server/public/app.js +++ b/node/server/public/app.js @@ -346,7 +346,7 @@ class Spirit { } } // Vertikales Despawn-Movement - this.grp.position.y -= 0.5 * dt; + this.grp.position.y -= 0.8 * dt; // Nach Lebenszeit entfernen if (t > this.lifeTime) { this.dispose();