mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 18:19:55 +00:00
Fix inconsistent health bar skin
This commit is contained in:
parent
39fb46601a
commit
4825744a03
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
<MyGUI type="Resource" version="1.1">
|
||||
<!-- Progress bar track, various colors -->
|
||||
<Resource type="ResourceSkin" name="MW_Track_Red" size="16 16" texture="textures\menu_bar_gray.dds" >
|
||||
<Resource type="ResourceSkin" name="MW_Track_Red" size="2 14" texture="textures\menu_bar_gray.dds" >
|
||||
<Property key="Colour" value="#{fontcolour=health}"/>
|
||||
<BasisSkin type="MainSkin" offset="0 0 16 16" align="Stretch">
|
||||
<State name="normal" offset="0 0 16 16"/>
|
||||
|
|
Loading…
Reference in a new issue