mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-09 03:39:14 +00:00
Add the ItemShadow to various other skins
This commit is contained in:
parent
612c3e995f
commit
e7154c3f7c
@ -132,6 +132,10 @@
|
||||
<Widget type="Widget" skin="" position="0 0 32 32" name="Root">
|
||||
<Widget type="ImageBox" skin="ImageBox" position="0 0 32 32" align="Stretch" name="Frame">
|
||||
<Widget type="ImageBox" skin="ImageBox" position="0 0 32 32" align="Stretch" name="Item"/>
|
||||
<Widget type="ImageBox" skin="ImageBox" position="4 4 32 32" align="Stretch" name="ItemShadow">
|
||||
<Property key="Colour" value="0 0 0"/>
|
||||
<Property key="Alpha" value="0.5"/>
|
||||
</Widget>
|
||||
</Widget>
|
||||
</Widget>
|
||||
</Resource>
|
||||
@ -144,6 +148,10 @@
|
||||
<Property key="TextShadow" value="true"/>
|
||||
</Widget>
|
||||
<Widget type="ImageBox" skin="ImageBox" position="5 5 32 32" align="Center" name="Item"/>
|
||||
<Widget type="ImageBox" skin="ImageBox" position="9 9 32 32" align="Stretch" name="ItemShadow">
|
||||
<Property key="Colour" value="0 0 0"/>
|
||||
<Property key="Alpha" value="0.5"/>
|
||||
</Widget>
|
||||
</Widget>
|
||||
|
||||
<Widget type="Widget" skin="MW_Box_Overlay" position="0 0 50 50" align="Stretch"/>
|
||||
|
Loading…
Reference in New Issue
Block a user