Phase 40: clock tempo at 1 min/s, x5/x10 heavy stride.
This commit is contained in:
@@ -14,7 +14,7 @@ public sealed class SimulationOptions
|
||||
public int MaxSchools { get; set; } = 6;
|
||||
|
||||
/// <summary>Base speed of the game clock: real seconds are multiplied by this many game minutes.</summary>
|
||||
public double GameMinutesPerRealSecond { get; set; } = 5d;
|
||||
public double GameMinutesPerRealSecond { get; set; } = 1d;
|
||||
|
||||
/// <summary>Prefilled start of a new school; the client shows it in the creation form.</summary>
|
||||
public DateTime DefaultStartDate
|
||||
|
||||
Reference in New Issue
Block a user