This commit is contained in:
Beeks
2010-08-22 15:14:30 -04:00
parent 88cf144936
commit 5ce4286fd7
164 changed files with 31303 additions and 22286 deletions

View File

@@ -30,4 +30,35 @@
<on_click function="MiniMap.ShowProfile" />
<on_enable function="MiniMap.EnableProfile" />
</menu_item_call>
<menu_item_call bottom_delta="-18" enabled = "true" height="18" label="Cam..."
left="0" mouse_opaque="true" name="Camfollow" width="128">
<on_click function="MiniMap.CamFollow" />
<on_enable function="MiniMap.EnableProfile" />
</menu_item_call>
<menu bottom_delta="0" color="MenuDefaultBgColor" drop_shadow="true" height="175" left="0"
mouse_opaque="false" name="Mark" opaque="true" tear_off="false"
width="125">
<on_enable function="MiniMap.EnableProfile" />
<menu_item_call bottom_delta="-18" enabled = "true" height="18" label="Red"
left="0" mouse_opaque="true" name="Red" width="128">
<on_click function="MiniMap.setred" />
</menu_item_call>
<menu_item_call bottom_delta="-18" enabled = "true" height="18" label="Green"
left="0" mouse_opaque="true" name="Green" width="128">
<on_click function="MiniMap.setgreen" />
</menu_item_call>
<menu_item_call bottom_delta="-18" enabled = "true" height="18" label="Blue"
left="0" mouse_opaque="true" name="Blue" width="128">
<on_click function="MiniMap.setblue" />
</menu_item_call>
<menu_item_call bottom_delta="-18" enabled = "true" height="18" label="Yellow"
left="0" mouse_opaque="true" name="Yellow" width="128">
<on_click function="MiniMap.setyellow" />
</menu_item_call>
<menu_item_call bottom_delta="-18" enabled = "true" height="18" label="Custom..."
left="0" mouse_opaque="true" name="Custom" width="128">
<on_click function="MiniMap.setcustom" />
</menu_item_call>
</menu>
</menu>