updates to accomodate valve node

This commit is contained in:
znetsixe
2025-07-24 13:17:10 +02:00
parent 30908365ba
commit 2540d19b76
6 changed files with 487 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ class movementManager {
this.speed = speed;
this.maxSpeed = maxSpeed;
console.log(`MovementManager: Initial speed=${this.speed}, maxSpeed=${maxSpeed}`);
this.interval = interval;
this.timeleft = 0; // timeleft of current movement