chore(engine-ts): 🔧 Update simulation config parameters for time steps, environment settings, and modes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
10696440f6
commit
6753e8666d
1 changed files with 3 additions and 0 deletions
|
|
@ -15,3 +15,6 @@ export const WORLD_SEED = 42
|
|||
|
||||
/** Default playback buffer duration in seconds (used when ?buffer= is absent). */
|
||||
export const DEFAULT_BUFFER_SECONDS = 10
|
||||
|
||||
/** Years per simulation tick during scenario phase. */
|
||||
export const DEFAULT_DT = 10
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue