Gibt's ne Möglichkeit die Minimap wieder nach unten zu tun, wie bei einer anderen Version der King UI?
Ein Auszug der MinimapView.xml
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <!-- $Change: 147768 $ (must be within the first 200 characters of the file)
-->
- <!-- MINIMAP CONFIGURATION
-->
- <View view_layout="stacked" waypoint_cap_radius="65">
<RegionMapRenderer name="MapView" view_flags="RMRF_DISABLE_WAYPOINT_LABELS" layout_borders="Rect(75,-95,0,0)" min_size_extend="Point(150,150)" max_size_limit="Point(-1,-1)" zoom_level_count="5" min_meter_per_pixel="4" max_meter_per_pixel="100" />
<BitmapView bitmap_gfx="../../Customized/gfx/KingUI/KingWorldMap/King_minimap_border.png" view_layout="horizontal" layout_borders="Rect(100,0,0,0)" />
<Button name="RegionMapButton" gfxid_raised="WorldmapGUI/minimap_expand_minimize.tga" gfxid_pressed="WorldmapGUI/minimap_expand_minimize.tga" gfxid_highlight="WorldmapGUI/minimap_expand_hover.tga" layout_borders="Rect(-128,-92,0,0)" view_tooltip_text="<localized token=MinimapToggleRegionButtonTooltip>" />
<Button name="MenuButton" gfxid_raised="WorldmapGUI/minimap_menu.tga" gfxid_pressed="WorldmapGUI/minimap_menu_click.tga" gfxid_highlight="WorldmapGUI/minimap_menu_hover.tga" layout_borders="Rect(88,-245,0,0)" view_tooltip_text="Instances & Quests" />
<BitmapView name="NewMailButton" bitmap_gfx="WorldmapGUI/state_icon_yougotmail_hover.tga" layout_borders="Rect(88,70,0,0)" view_tooltip_text="<localized token=YouVeGotNewMail category=629 />" />
<Button name="PendingQuestReward" gfxid_raised="WorldmapGUI/state_icon_overflow.tga" gfxid_pressed="WorldmapGUI/state_icon_overflow_click.tga" gfxid_highlight="WorldmapGUI/state_icon_overflow_hover.tga" layout_borders="Rect(-15,50,0,0)" view_tooltip_text="<localized token=GenericGUI_InventoryOverflow />" />
<BitmapView name="ConcealmentGemBase" bitmap_gfx="../../Customized/gfx/KingUI/KingWorldMap/concealment_gem_base.png" layout_borders="Rect(-55,10,0,0)" />
<BitmapView name="ConcealmentGemGem" bitmap_gfx="../../Customized/gfx/KingUI/KingWorldMap/concealment_gem_gem.png" layout_borders="Rect(-55,10,0,0)" />
<BitmapView name="ConcealmentGemGlow" bitmap_gfx="PortraitGUI/concealment_gem_glow.tga" layout_borders="Rect(-55,10,0,0)" />
</View>
Hab nur kein Plan von dem Zeug. Kann mir aber vorstellen, dass man hier nur paar Zahlen ändert, welche die Position hergeben.
Wenn mir nur einer sagen könnte welche Zahlen... und in was^^
Und wahrscheinlich muss man die ButtomBar auseinander ziehen.
Kann wer helfen?