From 0dc190324f33a258c03e17ec84e904abe0d2e778 Mon Sep 17 00:00:00 2001 From: joni <johnfshaughnessy@gmail.com> Date: Tue, 21 Nov 2017 15:26:57 -0800 Subject: [PATCH] Formatting --- templates/room.hbs | 37 ++++++++++++++++++++++++++++++++----- 1 file changed, 32 insertions(+), 5 deletions(-) diff --git a/templates/room.hbs b/templates/room.hbs index 808435095..cd045f37e 100644 --- a/templates/room.hbs +++ b/templates/room.hbs @@ -150,9 +150,21 @@ hand-controls2="left" tracked-controls haptic-feedback - oculus-touch-controls-extended="dpad: true; dpad_deadzone: 0.8; dpad_livezone: 0.3; dpad_directions: 8; dpad_turbo: true; dpad_haptic_intensity: low" - vive-controls-extended="hand:left; dpad_haptic_intensity: low; dpad_pressed_haptic_intensity: low" - dpad-as-axes="inputName:left_dpad; name:left_dpad_axes; emitter: #left-hand" + oculus-touch-controls-extended=" + dpad: true; + dpad_deadzone: 0.8; + dpad_livezone: 0.3; + dpad_directions: 8; + dpad_turbo: true; + dpad_haptic_intensity: low" + vive-controls-extended=" + hand:left; + dpad_haptic_intensity: low; + dpad_pressed_haptic_intensity: low" + dpad-as-axes=" + inputName:left_dpad; + name:left_dpad_axes; + emitter: #left-hand" teleport-controls="cameraRig: #player-rig; teleportOrigin: #head; button: action_teleport_" networked="template: #left-hand-template;" > @@ -170,8 +182,23 @@ id="right-hand" hand-controls2="right" haptic-feedback="hand:right;" - oculus-touch-controls-extended="hand:right; dpad: true; dpad_livezone: 0.3; dpad_deadzone: 0.8; dpad_directions: 4; dpad_turbo: false; dpad_haptic_intensity: low" - vive-controls-extended="hand:right; dpad: true; dpad_livezone: 1.0; dpad_deadzone: 0.6; dpad_directions: 4; dpad_turbo: false; dpad_haptic_intensity: none; dpad_pressed_haptic_intensity: low;" + oculus-touch-controls-extended=" + hand:right; + dpad: true; + dpad_livezone: 0.3; + dpad_deadzone: 0.8; + dpad_directions: 4; + dpad_turbo: false; + dpad_haptic_intensity: low" + vive-controls-extended=" + hand:right; + dpad: true; + dpad_livezone: 1.0; + dpad_deadzone: 0.6; + dpad_directions: 4; + dpad_turbo: false; + dpad_haptic_intensity: none; + dpad_pressed_haptic_intensity: low;" teleport-controls="cameraRig: #player-rig; teleportOrigin: #head; hitEntity: #telepor-indicator; -- GitLab