| |
k, so I have tried the following, yes I know I shouldn't have done it but hey :).
xml:
<Frame name="A">
<Size>
<AbsDimension x="16" y="16" />
</Size>
<Anchors>
<Anchor point="TOPLEFT"/>
</Anchors>
<Frames>
<Frame name="B">
<Layers><Layer>
<Texture name="C" ...>
</Texture>
</Layer><Layer>
<Texture ...>
</Texture>
</Layer></Layers>
</Frame>
</Frames>
</Frame>
So, basically, inside the frame you create subframe without the size or the anchor, inside this subframe you create layers with textures with size and anchors and .. you have strange things happening. I had 6 layers with various textures and all of them had size and anchor, except for 2 text, which only had an anchor, but I could only see 2 of them. That was strange because I would expect the behaviour to be the same for all layers.
Not crucual or anything, just an interesting fact.
GT: http://www.curse-gaming.com/mod.php?addid=1899
|