forked from teamnwah/openmw-tes3coop
updated hud layout
This commit is contained in:
parent
39bd8894a9
commit
885d12e867
1 changed files with 7 additions and 7 deletions
|
@ -104,24 +104,24 @@
|
||||||
</Widget>
|
</Widget>
|
||||||
|
|
||||||
<!-- Advanced FPSCounter box -->
|
<!-- Advanced FPSCounter box -->
|
||||||
<Widget type="Widget" skin="HUD_Box" position="12 12 118 51" align="Left Top"
|
<Widget type="Widget" skin="HUD_Box" position="12 12 138 51" align="Left Top"
|
||||||
name="FPSBoxAdv">
|
name="FPSBoxAdv">
|
||||||
<Property key="Visible" value="false"/>
|
<Property key="Visible" value="false"/>
|
||||||
|
|
||||||
<Widget type="TextBox" skin="NumFPS" position="3 3 82 17">
|
<Widget type="TextBox" skin="NumFPS" position="4 3 71 17">
|
||||||
<Property key="Caption" value="FPS: "/>
|
<Property key="Caption" value="FPS: "/>
|
||||||
</Widget>
|
</Widget>
|
||||||
<Widget type="TextBox" skin="NumFPS" position="53 3 82 17" name="FPSCounterAdv"/>
|
<Widget type="TextBox" skin="NumFPS" position="68 3 71 17" name="FPSCounterAdv"/>
|
||||||
|
|
||||||
<Widget type="TextBox" skin="NumFPS" position="3 3 82 32">
|
<Widget type="TextBox" skin="NumFPS" position="2 3 71 32">
|
||||||
<Property key="Caption" value="Tri Count: "/>
|
<Property key="Caption" value="Tri Count: "/>
|
||||||
</Widget>
|
</Widget>
|
||||||
<Widget type="TextBox" skin="NumFPS" position="53 3 82 32" name="TriangleCounter"/>
|
<Widget type="TextBox" skin="NumFPS" position="78 3 71 32" name="TriangleCounter"/>
|
||||||
|
|
||||||
<Widget type="TextBox" skin="NumFPS" position="3 3 82 47">
|
<Widget type="TextBox" skin="NumFPS" position="4 3 82 47">
|
||||||
<Property key="Caption" value="Batch Count: "/>
|
<Property key="Caption" value="Batch Count: "/>
|
||||||
</Widget>
|
</Widget>
|
||||||
<Widget type="TextBox" skin="NumFPS" position="53 3 82 47" name="BatchCounter"/>
|
<Widget type="TextBox" skin="NumFPS" position="65 3 82 47" name="BatchCounter"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
|
|
||||||
</Widget>
|
</Widget>
|
||||||
|
|
Loading…
Reference in a new issue