This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I would like to move the mission timer so it sits nicely tucked inside the top right corner of the minimap frame. However, when I try to move it, it gets cut off. I figure there must be some subtlety I'm missing.
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <Desc> <Frame type="MissionTimePanel" name="GameUI/UIContainer/ConsoleUIContainer/MissionTimePanel" file="GameUI"> <Height val="44"/> <Frame type="Label" name="TimeLabel"> <Anchor side="Top" relative="$parent" pos="Min" offset="30"/> <Anchor side="Left" relative="$parent" pos="Min" offset="-5"/> <Style val="@@MissionTimePanel"/> <AcceptsMouse val="true"/> <Tooltip val="@UI/MissionTimeTooltip"/> <RenderPriority val="1000"/> </Frame> <Frame type="Image" name="BackgroundImage"> <Anchor side="Top" relative="$parent/TimeLabel" pos="Min" offset="-10"/> <Anchor side="Bottom" relative="$parent/TimeLabel" pos="Max" offset="10"/> <Anchor side="Left" relative="$parent/TimeLabel" pos="Min" offset="-15"/> <Anchor side="Right" relative="$parent/TimeLabel" pos="Max" offset="10"/> <Texture val="@@UI/MissionTimePanelBackground"/> <TextureType val="EndCap"/> <RenderPriority val="999"/> </Frame> </Frame> </Desc>
Like so many others of my questions on here, this one seems doomed to go unanswered.
Perhaps a year later someone knows...?
you have to move the whole MissionTimePanel not its elements
I would like to move the mission timer so it sits nicely tucked inside the top right corner of the minimap frame. However, when I try to move it, it gets cut off. I figure there must be some subtlety I'm missing.
Like so many others of my questions on here, this one seems doomed to go unanswered.
Perhaps a year later someone knows...?
you have to move the whole MissionTimePanel not its elements