polish(ui): refine pause settings menu

This commit is contained in:
Tom Boullay
2026-05-31 21:42:59 +02:00
parent f11ed67452
commit efcbf9e972
3 changed files with 106 additions and 55 deletions
+5
View File
@@ -244,6 +244,11 @@ export class Debug {
return this.controls.handTrackingSource;
}
setHandTrackingSource(value: HandTrackingSource): void {
this.controls.handTrackingSource = value;
this.emit();
}
getFogEnabled(): boolean {
return this.controls.fogEnabled;
}