Jump to content

Stretching image in XML


tomm434

Recommended Posts

 

  Reveal hidden contents

 

 

Nevermind figured it out somehow

 

Final code:

</image>
        <image name="Lunette_BlackScreen">
<visible>
    <copy src="io()" trait="_Lunette_BlackISFX" />
</visible>
            <filename> blacktexture.dds </filename>
            <depth> 21 </depth>
<x>
    <copy src="screen()" trait="width"/>
    <sub src="me()" trait="width"/>
</x>

<y>     <copy src="screen()" trait="height"/>
    <sub src="me()" trait="height"/> </y>



            <height> <copy src="screen()" trait="height"/>
 </height>

            <width>     <copy src="screen()" trait="width"/>
 </width>



        <Depth>0</Depth>


</image>

And yet another question - Can I make image or text dissapear (not just vanish instantly) without using Alpha tag?

Edited by tomm434
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...