restored another bunch of stuff

pull/21/head
scrawl 13 years ago
parent 0d56a55756
commit 99461765da

@ -6,7 +6,7 @@
<!-- Birthsign image --> <!-- Birthsign image -->
<Widget type="Widget" skin="MW_Box" position="206 13 263 137" align="ALIGN_LEFT ALIGN_TOP"> <Widget type="Widget" skin="MW_Box" position="206 13 263 137" align="ALIGN_LEFT ALIGN_TOP">
<Widget type="StaticImage" skin="StaticImage" position="2 2 259 133" name="BirthsignImage" align="ALIGN_LEFT ALIGN_TOP" /> <Widget type="ImageBox" skin="ImageBox" position="2 2 259 133" name="BirthsignImage" align="ALIGN_LEFT ALIGN_TOP" />
</Widget> </Widget>
<!-- Spell list --> <!-- Spell list -->

@ -7,7 +7,7 @@
<!-- Class image --> <!-- Class image -->
<Widget type="Widget" skin="MW_Box" position="212 9 265 138" align="ALIGN_LEFT ALIGN_TOP"> <Widget type="Widget" skin="MW_Box" position="212 9 265 138" align="ALIGN_LEFT ALIGN_TOP">
<Widget type="StaticImage" skin="StaticImage" position="2 2 261 134" name="ClassImage" align="ALIGN_LEFT ALIGN_TOP" /> <Widget type="ImageBox" skin="ImageBox" position="2 2 261 134" name="ClassImage" align="ALIGN_LEFT ALIGN_TOP" />
</Widget> </Widget>
<!-- Specialization --> <!-- Specialization -->

@ -4,7 +4,7 @@
<Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 330 217" name="_Main"> <Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 330 217" name="_Main">
<!-- Class image --> <!-- Class image -->
<Widget type="Widget" skin="MW_Box" position="32 10 265 138" align="ALIGN_LEFT ALIGN_TOP"> <Widget type="Widget" skin="MW_Box" position="32 10 265 138" align="ALIGN_LEFT ALIGN_TOP">
<Widget type="StaticImage" skin="StaticImage" position="2 2 261 134" name="ClassImage" align="ALIGN_LEFT ALIGN_TOP" /> <Widget type="ImageBox" skin="ImageBox" position="2 2 261 134" name="ClassImage" align="ALIGN_LEFT ALIGN_TOP" />
</Widget> </Widget>
<!-- Class text --> <!-- Class text -->

@ -13,7 +13,7 @@
<!-- Equipped weapon box --> <!-- Equipped weapon box -->
<Widget type="Widget" skin="HUD_Box" position="82 146 36 36" <Widget type="Widget" skin="HUD_Box" position="82 146 36 36"
align="Left Bottom"> align="Left Bottom">
<Widget type="StaticImage" skin="StaticImage" position="2 2 32 32" align="Left Top" <Widget type="ImageBox" skin="ImageBox" position="2 2 32 32" align="Left Top"
name="WeapImage"/> name="WeapImage"/>
</Widget> </Widget>
<Widget type="Progress" skin="MW_EnergyBar_Red" position="82 182 36 6" <Widget type="Progress" skin="MW_EnergyBar_Red" position="82 182 36 6"
@ -22,7 +22,7 @@
<!-- Selected spell box --> <!-- Selected spell box -->
<Widget type="Widget" skin="HUD_Box" position="122 146 36 36" <Widget type="Widget" skin="HUD_Box" position="122 146 36 36"
align="Left Bottom"> align="Left Bottom">
<Widget type="StaticImage" skin="StaticImage" position="2 2 32 32" align="Left Top" <Widget type="ImageBox" skin="ImageBox" position="2 2 32 32" align="Left Top"
name="SpellImage"/> name="SpellImage"/>
</Widget> </Widget>
<Widget type="Progress" skin="MW_EnergyBar_Red" position="122 182 36 6" <Widget type="Progress" skin="MW_EnergyBar_Red" position="122 182 36 6"
@ -31,22 +31,22 @@
<!-- Spell effects box --> <!-- Spell effects box -->
<Widget type="Widget" skin="HUD_Box" position="199 168 20 20" <Widget type="Widget" skin="HUD_Box" position="199 168 20 20"
align="Right Bottom" name="EffectBox"> align="Right Bottom" name="EffectBox">
<Widget type="StaticImage" skin="StaticImage" position="2 2 16 16" align="Left Bottom" <Widget type="ImageBox" skin="ImageBox" position="2 2 16 16" align="Left Bottom"
name="Effect1"/> name="Effect1"/>
</Widget> </Widget>
<!-- Map box --> <!-- Map box -->
<Widget type="Widget" skin="HUD_Box" position="223 123 65 65" <Widget type="Widget" skin="HUD_Box" position="223 123 65 65"
align="Right Bottom"> align="Right Bottom">
<Widget type="StaticImage" skin="StaticImage" position="2 2 61 61" align="Left Bottom" <Widget type="ImageBox" skin="ImageBox" position="2 2 61 61" align="Left Bottom"
name="MiniMap"/> name="MiniMap"/>
<Widget type="StaticImage" skin="StaticImage" position="17 18 32 32" align="Left Bottom" <Widget type="ImageBox" skin="ImageBox" position="17 18 32 32" align="Left Bottom"
name="Compass"/> name="Compass"/>
</Widget> </Widget>
<!-- Crosshair --> <!-- Crosshair -->
<Widget type="StaticImage" skin="StaticImage" position="0 0 32 <Widget type="ImageBox" skin="ImageBox" position="0 0 32
32" align="Center Center" name="Crosshair"/> 32" align="Center Center" name="Crosshair"/>
<!-- Basic FPSCounter box --> <!-- Basic FPSCounter box -->

@ -96,7 +96,7 @@
</Skin> </Skin>
<Skin name = "MW_EffectImage" size = "200 24"> <Skin name = "MW_EffectImage" size = "200 24">
<Child type="StaticImage" skin="StaticImage" offset = "4 4 16 16" align = "ALIGN_LEFT ALIGN_TOP" name = "Image" /> <Child type="ImageBox" skin="ImageBox" offset = "4 4 16 16" align = "ALIGN_LEFT ALIGN_TOP" name = "Image" />
<Child type="StaticText" skin="SandText" offset = "24 0 176 20" align = "ALIGN_VCENTRE ALIGN_HSTRETCH" name = "Text" /> <Child type="StaticText" skin="SandText" offset = "24 0 176 20" align = "ALIGN_VCENTRE ALIGN_HSTRETCH" name = "Text" />
</Skin> </Skin>

Loading…
Cancel
Save