mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 09:45:36 +00:00
restored another bunch of stuff
This commit is contained in:
parent
0d56a55756
commit
99461765da
5 changed files with 10 additions and 10 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
<!-- Birthsign image -->
|
||||
<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>
|
||||
|
||||
<!-- Spell list -->
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<!-- Class image -->
|
||||
<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>
|
||||
|
||||
<!-- Specialization -->
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 330 217" name="_Main">
|
||||
<!-- Class image -->
|
||||
<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>
|
||||
|
||||
<!-- Class text -->
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<!-- Equipped weapon box -->
|
||||
<Widget type="Widget" skin="HUD_Box" position="82 146 36 36"
|
||||
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"/>
|
||||
</Widget>
|
||||
<Widget type="Progress" skin="MW_EnergyBar_Red" position="82 182 36 6"
|
||||
|
@ -22,7 +22,7 @@
|
|||
<!-- Selected spell box -->
|
||||
<Widget type="Widget" skin="HUD_Box" position="122 146 36 36"
|
||||
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"/>
|
||||
</Widget>
|
||||
<Widget type="Progress" skin="MW_EnergyBar_Red" position="122 182 36 6"
|
||||
|
@ -31,22 +31,22 @@
|
|||
<!-- Spell effects box -->
|
||||
<Widget type="Widget" skin="HUD_Box" position="199 168 20 20"
|
||||
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"/>
|
||||
</Widget>
|
||||
|
||||
<!-- Map box -->
|
||||
<Widget type="Widget" skin="HUD_Box" position="223 123 65 65"
|
||||
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"/>
|
||||
<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"/>
|
||||
</Widget>
|
||||
|
||||
<!-- 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"/>
|
||||
|
||||
<!-- Basic FPSCounter box -->
|
||||
|
|
|
@ -96,7 +96,7 @@
|
|||
</Skin>
|
||||
|
||||
<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" />
|
||||
</Skin>
|
||||
|
||||
|
|
Loading…
Reference in a new issue