This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
@plumsy460: Go
Add these to inside a new layout on your map and modify them so they fit.
I didn't test these but modifying the top offset on these in theory should move them.
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <Desc> <Frame type="Label" name="GameUI/UIContainer/ConsoleUIContainer/InfoPanel/InfoPaneHero/AttributeLabel1" file="GameUI"> <Anchor side="Top" relative="$parent/ExperienceBar" pos="Max" offset="26"/> <Anchor side="Left" relative="$parent" pos="Mid" offset="60"/> </Frame> <Frame type="Label" name="GameUI/UIContainer/ConsoleUIContainer/InfoPanel/InfoPaneHero/AttributeLabel2" file="GameUI"> <Anchor side="Top" relative="$parent/AttributeLabel1" pos="Max" offset="4"/> <Anchor side="Left" relative="$parent/AttributeLabel1" pos="Min" offset="0"/> </Frame> <Frame type="Label" name="GameUI/UIContainer/ConsoleUIContainer/InfoPanel/InfoPaneHero/AttributeLabel3" file="GameUI"> <Anchor side="Top" relative="$parent/AttributeLabel2" pos="Max" offset="4"/> <Anchor side="Left" relative="$parent/AttributeLabel2" pos="Min" offset="0"/> </Frame> <Frame type="Label" name="GameUI/UIContainer/ConsoleUIContainer/InfoPanel/InfoPaneHero/AttributeLabel4" file="GameUI"> <Anchor side="Top" relative="$parent/AttributeLabel3" pos="Max" offset="4"/> <Anchor side="Left" relative="$parent/AttributeLabel3" pos="Min" offset="0"/> </Frame> <Frame type="Label" name="GameUI/UIContainer/ConsoleUIContainer/InfoPanel/InfoPaneHero/AttributeLabel5" file="GameUI"> <Anchor side="Top" relative="$parent/AttributeLabel4" pos="Max" offset="4"/> <Anchor side="Left" relative="$parent/AttributeLabel4" pos="Min" offset="0"/> </Frame> </Desc>
You can open control + alt + F12 ingame to get the ingame UI editor to get more info about frames.
@plumsy460: Go
Add these to inside a new layout on your map and modify them so they fit.
I didn't test these but modifying the top offset on these in theory should move them.
You can open control + alt + F12 ingame to get the ingame UI editor to get more info about frames.