Skip to content
Snippets Groups Projects
Commit d93396d4 authored by NiranV's avatar NiranV
Browse files

Changed: Renamed "Rotation Speed" to "Avatar Rotation Speed" to make it clearer what it does.

parent 736d1cc6
No related branches found
No related tags found
No related merge requests found
...@@ -236,24 +236,24 @@ width="510"> ...@@ -236,24 +236,24 @@ width="510">
width="200" width="200"
top_pad="0"/> top_pad="0"/>
<slider <slider
can_edit_text="true" can_edit_text="true"
control_name="MovementRotationSpeed" control_name="MovementRotationSpeed"
decimal_digits="2" decimal_digits="2"
follows="left|top" follows="left|top"
height="15" height="15"
increment="0.01" increment="0.01"
initial_value="0.15" initial_value="0.15"
layout="topleft" layout="topleft"
label_width="150" label_width="150"
label="Rotation Speed:" label="Avatar Rotation Speed:"
tool_tip="This option controls the speed in seconds the avatar takes to turn around when making corrective rotations such as walking backwards. Low values give the avatar a snappier feeling when walking around." tool_tip="This option controls the speed in seconds the avatar takes to turn around when making corrective rotations such as walking backwards. Low values give the avatar a snappier feeling when walking around."
left="10" left="10"
top_pad="4" top_pad="4"
max_val="1" max_val="1"
min_val="0" min_val="0"
name="RotationSpeed" name="RotationSpeed"
show_text="true" /> show_text="true" />
<button <button
follows="left|top" follows="left|top"
control_name="MovementRotationSpeed" control_name="MovementRotationSpeed"
height="15" height="15"
......
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