- Runner sessions begin on the authored start day and time,
- then keep advancing across scene transitions.
+ {editorSimulationClockOverride === null
+ ? "The editor viewport follows the authored project start day and time."
+ : editorSimulationPlaying
+ ? "The editor viewport is running on an overridden clock."
+ : "The editor viewport is paused on an overridden clock."}