Skip to content
Snippets Groups Projects
Commit 84ed1ee1 authored by Lisabeth Pardi's avatar Lisabeth Pardi
Browse files

Moved Tap-Tap-Hold to Run and Enable Lip Sync from menu_viewer to panel_preferences_advanced.xml

EXT-760
EXT-759
parent 46ca4830
No related branches found
No related tags found
No related merge requests found
...@@ -214,4 +214,43 @@ My Avatar: ...@@ -214,4 +214,43 @@ My Avatar:
left="30" left="30"
name="arrow_keys_move_avatar_check" name="arrow_keys_move_avatar_check"
width="237" /> width="237" />
<check_box
control_name="TapTapHoldtoRun"
height="20"
label="Tap-tap-hold to run"
layout="topleft"
left="30"
name="tap_tap_hold_to_run"
width="237" />
<!--menu_item_check
label="Tap-Tap-Hold to Run"
layout="topleft"
name="Tap-Tap-Hold to Run">
<menu_item_check.on_check
function="Advanced.CheckAllowTapTapHoldRun"
parameter="TapTapHoldRun" />
<menu_item_check.on_click
function="Advanced.ToggleAllowTapTapHoldRun" />
</menu_item_check-->
<check_box
control_name="EnableLipSync"
height="20"
label="Move my avatar's lips when speaking"
layout="topleft"
left="30"
name="enable_lip_sync"
width="237" />
<!--menu_item_check
label="Enable Lip Sync(Beta)"
layout="topleft"
name="Enable Lip Sync(Beta)">
<menu_item_check.on_check
function="CheckControl"
parameter="LipSyncEnabled" />
<menu_item_check.on_click
function="ToggleControl"
parameter="LipSyncEnabled" />
</menu_item_check-->
</panel> </panel>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment