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:
Claude Code 2026-03-31 22:47:32 -07:00
parent 10696440f6
commit 6753e8666d

View file

@ -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