Force Swim button for AO, for when you wanna swim above water

Force Swim forces swims to be enabled
This commit is contained in:
Liru Færs
2020-03-22 09:52:54 -04:00
parent 7509d929d8
commit 7597ce3b37
3 changed files with 26 additions and 4 deletions

View File

@@ -2,9 +2,10 @@
<panel bg_visible="false" border="false" border_visible="false" bottom="0"
enabled="true" follows="right|bottom" height="45" left="0" mouse_opaque="true"
name="ao_remote" use_bounding_rect="true" width="96">
<panel bottom="1" filename="panel_bg_tab.xml" name="panel_bg_tab" height="47" left="0" width="96" />
<panel bottom="1" filename="panel_bg_tab.xml" name="panel_bg_tab" height="69" left="0" width="96" />
<button bottom="48" control_name="AOSwimForced" toggle="true" follows="left|top" height="22" label="Force Swim" tool_tip="Flying animations will be replaced with swimming ones instead" mouse_opaque="true" name="ao_swim_btn" width="92" left="3" />
<button bottom="-20" control_name="AOSitsEnabled" enabled="true" toggle="true"
follows="left|top" font="SansSerif" height="22" label="AO Sits Off" label_selected="AO Sits On"
follows="left|top" font="SansSerif" height="22" label="Sits Off" label_selected="Sits On"
mouse_opaque="true" name="ao_sit_btn" width="92" left="3" />
<panel bottom="13" filename="panel_ao_remote_controls.xml" name="panel_ao_controls" left="0" width="96" />
</panel>