Update RunnerCanvas to use cameraSubmerged for underwater overlay and add tests

This commit is contained in:
2026-04-07 05:29:41 +02:00
parent b062b2beea
commit 0826cc78bb
6 changed files with 130 additions and 5 deletions

View File

@@ -11,6 +11,7 @@ export interface FirstPersonTelemetry {
grounded: boolean;
locomotionState: RuntimeLocomotionState;
inWaterVolume: boolean;
cameraSubmerged: boolean;
inFogVolume: boolean;
pointerLocked: boolean;
spawn: RuntimeSpawnPoint;