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

Script errors checkbox and radio buttons added

DEV-14830
parent 606b381c
No related branches found
No related tags found
No related merge requests found
...@@ -18,13 +18,13 @@ ...@@ -18,13 +18,13 @@
name="aspect_ratio_text"> name="aspect_ratio_text">
[NUM]:[DEN] [NUM]:[DEN]
</panel.string> </panel.string>
<check_box <check_box
control_name="UseChatBubbles" control_name="UseChatBubbles"
height="16" height="16"
label="Bubble Chat" label="Bubble Chat"
layout="topleft" layout="topleft"
left="30" left="30"
top="20" top="10"
name="bubble_text_chat" name="bubble_text_chat"
width="150" /> width="150" />
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
initial_value="1" initial_value="1"
label="Opacity" label="Opacity"
layout="topleft" layout="topleft"
left="50" left_delta="50"
top_pad="5" top_pad="5"
label_width="50" label_width="50"
name="bubble_chat_opacity" name="bubble_chat_opacity"
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
</text> </text>
<combo_box <combo_box
allow_text_entry="true" allow_text_entry="true"
height="25" height="20"
layout="topleft" layout="topleft"
left_pad="0" left_pad="0"
max_chars="100" max_chars="100"
...@@ -119,9 +119,8 @@ ...@@ -119,9 +119,8 @@
length="1" length="1"
height="10" height="10"
left="30" left="30"
text_color="EmphasisColor"
name="heading1" name="heading1"
top_pad="30" top_pad="10"
width="270"> width="270">
Camera: Camera:
</text> </text>
...@@ -137,13 +136,12 @@ Camera: ...@@ -137,13 +136,12 @@ Camera:
layout="topleft" layout="topleft"
label_width="100" label_width="100"
label="View Angle" label="View Angle"
left="30" left_delta="50"
max_val="2.97" max_val="2.97"
min_val="0.17" min_val="0.17"
name="camera_fov" name="camera_fov"
show_text="false" show_text="false"
width="240" /> width="240" />
<slider <slider
can_edit_text="true" can_edit_text="true"
control_name="CameraOffsetScale" control_name="CameraOffsetScale"
...@@ -154,13 +152,14 @@ Camera: ...@@ -154,13 +152,14 @@ Camera:
initial_value="1" initial_value="1"
layout="topleft" layout="topleft"
label="Distance" label="Distance"
left="30" left_delta="0"
label_width="100" label_width="100"
max_val="3" max_val="3"
min_val="0.5" min_val="0.5"
name="camera_offset_scale" name="camera_offset_scale"
show_text="false" show_text="false"
width="240" /> width="240"
top_pad="10"/>
<text <text
type="string" type="string"
length="1" length="1"
...@@ -175,10 +174,11 @@ Automatic positioning for: ...@@ -175,10 +174,11 @@ Automatic positioning for:
height="20" height="20"
label="Build/Edit" label="Build/Edit"
layout="topleft" layout="topleft"
left="50" left_delta="50"
name="edit_camera_movement" name="edit_camera_movement"
tool_tip="Use automatic camera positioning when entering and exiting edit mode" tool_tip="Use automatic camera positioning when entering and exiting edit mode"
width="280" /> width="280"
top_pad="10" />
<check_box <check_box
control_name="AppearanceCameraMovement" control_name="AppearanceCameraMovement"
height="16" height="16"
...@@ -193,9 +193,8 @@ Automatic positioning for: ...@@ -193,9 +193,8 @@ Automatic positioning for:
length="1" length="1"
height="10" height="10"
left="30" left="30"
text_color="EmphasisColor"
name="heading3" name="heading3"
top_pad="30" top_pad="10"
width="270"> width="270">
My Avatar: My Avatar:
</text> </text>
...@@ -204,24 +203,28 @@ My Avatar: ...@@ -204,24 +203,28 @@ My Avatar:
height="20" height="20"
label="Show me in Mouselook" label="Show me in Mouselook"
layout="topleft" layout="topleft"
left_delta="50"
name="first_person_avatar_visible" name="first_person_avatar_visible"
width="256" /> width="256"
top_pad="10"/>
<check_box <check_box
control_name="ArrowKeysMoveAvatar" control_name="ArrowKeysMoveAvatar"
height="20" height="20"
label="Arrow keys always move me" label="Arrow keys always move me"
layout="topleft" layout="topleft"
left="30" left_delta="0"
name="arrow_keys_move_avatar_check" name="arrow_keys_move_avatar_check"
width="237" /> width="237"
top_pad="0"/>
<check_box <check_box
control_name="TapTapHoldtoRun" control_name="TapTapHoldtoRun"
height="20" height="20"
label="Tap-tap-hold to run" label="Tap-tap-hold to run"
layout="topleft" layout="topleft"
left="30" left_delta="0"
name="tap_tap_hold_to_run" name="tap_tap_hold_to_run"
width="237" /> width="237"
top_pad="0"/>
<!--menu_item_check <!--menu_item_check
label="Tap-Tap-Hold to Run" label="Tap-Tap-Hold to Run"
layout="topleft" layout="topleft"
...@@ -237,9 +240,10 @@ My Avatar: ...@@ -237,9 +240,10 @@ My Avatar:
height="20" height="20"
label="Move my avatar's lips when speaking" label="Move my avatar's lips when speaking"
layout="topleft" layout="topleft"
left="30" left_delta="0"
name="enable_lip_sync" name="enable_lip_sync"
width="237" /> width="237"
top_pad="0" />
<!--menu_item_check <!--menu_item_check
label="Enable Lip Sync(Beta)" label="Enable Lip Sync(Beta)"
layout="topleft" layout="topleft"
...@@ -251,6 +255,42 @@ My Avatar: ...@@ -251,6 +255,42 @@ My Avatar:
function="ToggleControl" function="ToggleControl"
parameter="LipSyncEnabled" /> parameter="LipSyncEnabled" />
</menu_item_check--> </menu_item_check-->
<check_box
control_name="test"
height="20"
label="Show script errors"
layout="topleft"
left="30"
name="first_person_avatar_visible"
width="256"
top_pad="10"/>
<radio_group
enabled_control="EnableVoiceChat"
control_name="VoiceEarLocation"
draw_border="false"
height="40"
layout="topleft"
left_delta="50"
name="ear_location"
top_pad="5"
width="364">
<radio_item
height="16"
label="In chat"
layout="topleft"
left="3"
name="0"
top="3"
width="315" />
<radio_item
height="16"
label="In window"
layout="topleft"
left_delta="0"
name="1"
top_delta="16"
width="315" />
</radio_group>
</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