forked from teamnwah/openmw-tes3coop
Fix missing tiling in skin
This commit is contained in:
parent
a18663c8b3
commit
4dd96f3318
1 changed files with 12 additions and 4 deletions
|
@ -151,14 +151,22 @@
|
|||
</Resource>
|
||||
|
||||
<Resource type="ResourceSkin" name="DB_T" size="512 4" texture="textures\menu_thick_border_top.dds">
|
||||
<BasisSkin type="MainSkin" offset="0 0 512 4">
|
||||
<State name="normal" offset="0 0 512 4"/>
|
||||
<BasisSkin type="TileRect" offset="0 0 512 4" align="Stretch">
|
||||
<State name="normal" offset="0 0 512 4">
|
||||
<Property key="TileSize" value="512 4"/>
|
||||
<Property key="TileH" value="true"/>
|
||||
<Property key="TileV" value="true"/>
|
||||
</State>
|
||||
</BasisSkin>
|
||||
</Resource>
|
||||
|
||||
<Resource type="ResourceSkin" name="DB_L" size="4 512" texture="textures\menu_thick_border_left.dds">
|
||||
<BasisSkin type="MainSkin" offset="0 0 4 512">
|
||||
<State name="normal" offset="0 0 4 512"/>
|
||||
<BasisSkin type="TileRect" offset="0 0 4 512" align="Stretch">
|
||||
<State name="normal" offset="0 0 4 512">
|
||||
<Property key="TileSize" value="4 512"/>
|
||||
<Property key="TileH" value="true"/>
|
||||
<Property key="TileV" value="true"/>
|
||||
</State>
|
||||
</BasisSkin>
|
||||
</Resource>
|
||||
|
||||
|
|
Loading…
Reference in a new issue