Jump to content
  • 0

How to move each menu icon freely


Refur

Question

I've been trying to move each menu icon (character,inventory,spells, etc) with no success. I think there must be some parameters that are overwriting the others properties. When I try to move the spell icon, for example, it moves but until certain point, there is a limit that makes the icon disapear, like a margin or something similar.
So, wich are the properties that I should considerate to move a menu icon freely?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 1

There is an outer container that holds all of the icon containers.

 

You need to take the outer container and changes it's dimensions to the area that you want the children to exist in.

    <MenuContainer>
      <Bounds>624,678,400,42</Bounds>
      <Padding>0,0,8,8</Padding>
      <AlignmentEdgeDistances>0,0,0,0</AlignmentEdgeDistances>
      <Alignments>Right,Bottom</Alignments>

 

Link to comment
Share on other sites

×
×
  • Create New...