auto-git:

[change] node/server/public/app.js
This commit is contained in:
2025-05-28 04:43:08 +02:00
parent 3f455fc355
commit 66fdc97cd8

View File

@@ -335,7 +335,7 @@ class Spirit {
}
}
// Vertikales Despawn-Movement
this.grp.position.y -= 0.4 * dt;
this.grp.position.y -= 0.5 * dt;
// Nach Lebenszeit entfernen
if (t > this.lifeTime) {
this.dispose();