Added more stands to AO, and added forgotten setting for blacklist
This commit is contained in:
@@ -1,10 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="false"
|
||||
width="410" height="650"
|
||||
width="410" height="590"
|
||||
name="AO Editor" title="AO Editor" rect_control="FloaterAORect">
|
||||
<button bottom="-50" halign="center" height="24" label="Load..." left="220" name="btn_load" width="80" />
|
||||
<button bottom="-50" halign="center" height="24" label="Save..." left_delta="90" name="btn_save" width="80" />
|
||||
<text follows="top|left" height="15" left="10" name="text_walking" bottom="-80">
|
||||
<text follows="top|left" height="15" left="10" name="text_stand1" bottom="-80">
|
||||
Stands:
|
||||
</text>
|
||||
<combo_box name="combo_stands" max_length="36" allow_text_entry="true" follows="top|left|right" height="20" left="100" width="250" bottom_delta="0">
|
||||
</combo_box>
|
||||
<button bottom_delta="0" height="20" label="✔" left="355" name="combo_stands_add" width="21" />
|
||||
<button bottom_delta="0" height="20" label="X" left="380" name="combo_stands_delete" width="21" />
|
||||
<text follows="top|left" height="15" left="10" name="text_walking" bottom_delta="-25">
|
||||
Walking:
|
||||
</text>
|
||||
<line_editor follows="top|left|right" height="19" max_length="36" name="line_walking"
|
||||
@@ -54,21 +61,6 @@
|
||||
</text>
|
||||
<line_editor follows="top|left|right" height="19" max_length="36" name="line_fly_down"
|
||||
width="300" left="100" bottom_delta="0" />
|
||||
<text follows="top|left" height="15" left="10" name="text_stand1" bottom_delta="-25">
|
||||
Stand1:
|
||||
</text>
|
||||
<line_editor follows="top|left|right" height="19" max_length="36" name="line_stand1"
|
||||
width="300" left="100" bottom_delta="0" />
|
||||
<text follows="top|left" height="15" left="10" name="text_stand2" bottom_delta="-25">
|
||||
Stand2:
|
||||
</text>
|
||||
<line_editor follows="top|left|right" height="19" max_length="36" name="line_stand2"
|
||||
width="300" left="100" bottom_delta="0" />
|
||||
<text follows="top|left" height="15" left="10" name="text_stand3" bottom_delta="-25">
|
||||
Stand3:
|
||||
</text>
|
||||
<line_editor follows="top|left|right" height="19" max_length="36" name="line_stand3"
|
||||
width="300" left="100" bottom_delta="0" />
|
||||
<text follows="top|left" height="15" left="10" name="text_hover" bottom_delta="-25">
|
||||
Hover:
|
||||
</text>
|
||||
|
||||
Reference in New Issue
Block a user