Better Minimap, from Henri
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
can_tear_off="false" follows="top|right" height="220" min_height="64" min_width="64"
|
||||
name="minimap" rect_control="FloaterMiniMapRect" width="200">
|
||||
<panel bottom="2" follows="left|top|right|bottom" height="216" label="Mini Map"
|
||||
left="2" mouse_opaque="false" name="mini_mapview" tool_tip="(Double-click to open Map, Shift-drag to pan)"
|
||||
left="2" mouse_opaque="false" name="mini_mapview" tool_tip="(Double-click to open the Map, SHIFT-click and drag to pan)"
|
||||
width="196" />
|
||||
</floater>
|
||||
|
||||
@@ -24,6 +24,11 @@
|
||||
<on_click function="MiniMap.Rotate" userdata="" />
|
||||
<on_check function="MiniMap.CheckRotate" userdata="" />
|
||||
</menu_item_check>
|
||||
<menu_item_check bottom_delta="-18" enabled="true" height="18" label="Rotate with avatar"
|
||||
left="0" mouse_opaque="true" name="Rotate with avatar" width="128">
|
||||
<on_click function="MiniMap.Rotate" userdata="1" />
|
||||
<on_check function="MiniMap.CheckRotate" userdata="1" />
|
||||
</menu_item_check>
|
||||
<menu_item_separator />
|
||||
<menu_item_call bottom_delta="-18" enabled = "false" height="18" label="Stop Tracking"
|
||||
left="0" mouse_opaque="true" name="Stop Tracking" width="128">
|
||||
|
||||
Reference in New Issue
Block a user