This commit is contained in:
Imbus 2024-11-15 09:28:39 +01:00
parent a957490cd8
commit 43374804b3

View file

@ -3,5 +3,5 @@ package wash.control;
public interface Settings {
// simulation speed-up factor: 50 means the simulation is 50 times faster than
// real time. Modify this as you wish.
int SPEEDUP = 50;
int SPEEDUP = 400;
}