Divergent/mods/Hunger Thirst and Sleep Bars/gamedata/configs/ui/ui_new_bars_16.xml

58 lines
1.7 KiB
XML
Raw Permalink Normal View History

<w>
<!-- equipment x = 375, y = 0 -->
<!-- actor_state_info x = 0, y = 539 -->
<!-- power_sensor x = 139, y = 156 -->
<!-- state_progress x = 19, y = 1 -->
<!-- Satiety -->
<satiety_wnd x="533" y="696" width="18" height="18">
<texture r="190" g="0" b="0" a="0">none.dds</texture>
<bar x="0" y="0" width="17.5" height="17.75" stretch="1">
<texture r="100" g="100" b="100">hts_bar_texture</texture>
</bar>
<tooltip x="0" y="-35" width="40" height="30" stretch="1">
<text x="0" y="0" complex_mode="1" align="c" vert_align="c" font="letterica18" a="190" r="190" g="190" b="190"></text>
<texture r="10" g="10" b="10" a="210">none.dds</texture>
</tooltip>
</satiety_wnd>
<!-- Thirst -->
<thirst_wnd x="573" y="696" width="18" height="18">
<texture r="0" g="190" b="0" a="0">none.dds</texture>
<bar x="0" y="0" width="17.5" height="17.75" stretch="1">
<texture r="100" g="100" b="100">hts_bar_texture</texture>
</bar>
<tooltip x="0" y="-35" width="40" height="30" stretch="1">
<text x="0" y="0" complex_mode="1" align="c" vert_align="c" font="letterica18" a="190" r="190" g="190" b="190"></text>
<texture r="10" g="10" b="10" a="210">none.dds</texture>
</tooltip>
</thirst_wnd>
<!-- Sleep -->
<sleep_wnd x="613" y="696" width="18" height="18">
<texture r="0" g="0" b="190" a="0">none.dds</texture>
<bar x="0" y="0" width="17.5" height="17.75" stretch="1">
<texture r="100" g="100" b="100">hts_bar_texture</texture>
</bar>
<tooltip x="0" y="-35" width="40" height="30" stretch="1">
<text x="0" y="0" complex_mode="1" align="c" vert_align="c" font="letterica18" a="190" r="190" g="190" b="190"></text>
<texture r="10" g="10" b="10" a="210">none.dds</texture>
</tooltip>
</sleep_wnd>
</w>