reduce CONGESTION_EMA_ALPHA

This commit is contained in:
scamiv
2025-11-22 19:21:20 +01:00
parent eee3c5aad3
commit 1a996c5ea1
+1 -1
View File
@@ -3,7 +3,7 @@ import { TileRef } from "./GameMap";
import { GameUpdateType, RailTile, RailType } from "./GameUpdates";
import { TrainStation } from "./TrainStation";
const CONGESTION_EMA_ALPHA = 0.2;
const CONGESTION_EMA_ALPHA = 0.02;
export class Railroad {
private trainCount: number = 0;