29 lines
1.1 KiB
XML
29 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
|
<floater bottom="-572" can_close="true" can_drag_on_left="false" can_minimize="true"
|
|
can_resize="false" enabled="true" height="180" left="0" min_height="100"
|
|
min_width="100" mouse_opaque="true" name="floater_bumps"
|
|
rect_control="FloaterBumpRect" title="Bumps, Pushes & Hits" width="400">
|
|
<scroll_list background_visible="true" bottom="-172" column_padding="5" draw_border="false"
|
|
draw_heading="false" draw_stripes="true" enabled="true"
|
|
follows="left|top|right|bottom" height="152" left="6" mouse_opaque="true"
|
|
multi_select="true" name="bump_list" width="388" />
|
|
<string name="none_detected">
|
|
None detected
|
|
</string>
|
|
<string name="bump">
|
|
[TIME] [NAME] bumped you
|
|
</string>
|
|
<string name="llpushobject">
|
|
[TIME] [NAME] pushed you with a script
|
|
</string>
|
|
<string name="selected_object_collide">
|
|
[TIME] [NAME] hit you with an object
|
|
</string>
|
|
<string name="scripted_object_collide">
|
|
[TIME] [NAME] hit you with a scripted object
|
|
</string>
|
|
<string name="physical_object_collide">
|
|
[TIME] [NAME] hit you with a physical object
|
|
</string>
|
|
</floater>
|