diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-02-01 17:40:16 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-02-01 17:40:16 -0800 |
commit | 2beb9c1903bc4164fe9e57c4a2eb1cc42d413ef4 (patch) | |
tree | c10fadc46dde9b7dd6a492ef714ed16bdf0d1856 /indra/newview/skins/default | |
parent | 28be2c4364f673f321bf8b738d69319ea9b4e8e5 (diff) |
PATH-198: Laid out the pathfinding buttons per Leo's design. Functionality is currently hooked up to stubs that report a warning message about lack of implementation.
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_tools.xml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_tools.xml b/indra/newview/skins/default/xui/en/floater_tools.xml index f9147ea650..b8ed10b339 100644 --- a/indra/newview/skins/default/xui/en/floater_tools.xml +++ b/indra/newview/skins/default/xui/en/floater_tools.xml @@ -2401,6 +2401,46 @@ even though the user gets a free copy. name="Physics Restitution" top_pad="8" width="132" /> + <text + type="string" + length="1" + follows="left|top" + height="10" + layout="topleft" + left_delta="0" + top_delta="45" + name="pathfinding_type_label" + width="121"> + Pathfinding Type: + </text> + <radio_group + follows="top|left" + height="55" + layout="topleft" + name="edit_pathfinding_state" + left_delta="0" + top_delta="15" + value="1" + width="75"> + <radio_item + label="Walkable" + layout="topleft" + height="13" + name="edit_pathfinding_state_walkable" + value="1"/> + <radio_item + label="Obstacle" + layout="topleft" + height="13" + name="edit_pathfinding_state_obstacle" + value="2"/> + <radio_item + label="Ignored" + layout="topleft" + height="13" + name="edit_pathfinding_state_ignored" + value="3"/> + </radio_group> </panel> <panel border="false" |