mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 06:35:30 +00:00
Fixes the FPS bar
This commit is contained in:
parent
4dfd5282ab
commit
f6f5867256
@ -102,31 +102,50 @@
|
||||
</Widget>
|
||||
|
||||
<!-- Basic FPSCounter box -->
|
||||
<Widget type="Widget" skin="HUD_Box" position="12 12 28 21" align="Left Top"
|
||||
name="FPSBox">
|
||||
<Widget type="Widget" skin="HUD_Box" position="12 12 32 26" align="Left Top" name="FPSBox">
|
||||
<Property key="Visible" value="false"/>
|
||||
<Widget type="TextBox" skin="NumFPS" position="3 3 21 17" name="FPSCounter"/>
|
||||
<Widget type="TextBox" skin="NumFPS" position="3 3 25 17" align="Center" name="FPSCounter"/>
|
||||
</Widget>
|
||||
|
||||
<!-- Advanced FPSCounter box -->
|
||||
<Widget type="Widget" skin="HUD_Box" position="12 12 138 51" align="Left Top"
|
||||
name="FPSBoxAdv">
|
||||
<Widget type="Widget" skin="HUD_Box" position="12 12 165 64" align="Left Top" name="FPSBoxAdv">
|
||||
<Property key="Visible" value="false"/>
|
||||
|
||||
<Widget type="TextBox" skin="NumFPS" position="4 3 71 17">
|
||||
<Widget type="Widget" skin="" position="0 0 110 60" align="Left Top">
|
||||
|
||||
<Widget type="TextBox" skin="NumFPS" position="0 0 110 32" align="Left Top">
|
||||
<Property key="Caption" value="FPS: "/>
|
||||
</Widget>
|
||||
<Widget type="TextBox" skin="NumFPS" position="68 3 71 17" name="FPSCounterAdv"/>
|
||||
<Property key="TextAlign" value="Right"/>
|
||||
</Widget>
|
||||
|
||||
<Widget type="TextBox" skin="NumFPS" position="2 3 71 32">
|
||||
<Widget type="TextBox" skin="NumFPS" position="0 16 110 32" align="Left Top">
|
||||
<Property key="Caption" value="Tri Count: "/>
|
||||
</Widget>
|
||||
<Widget type="TextBox" skin="NumFPS" position="78 3 71 32" name="TriangleCounter"/>
|
||||
<Property key="TextAlign" value="Right"/>
|
||||
</Widget>
|
||||
|
||||
<Widget type="TextBox" skin="NumFPS" position="4 3 82 47">
|
||||
<Widget type="TextBox" skin="NumFPS" position="0 32 110 32" align="Left Top">
|
||||
<Property key="Caption" value="Batch Count: "/>
|
||||
<Property key="TextAlign" value="Right"/>
|
||||
</Widget>
|
||||
|
||||
</Widget>
|
||||
<Widget type="TextBox" skin="NumFPS" position="65 3 82 47" name="BatchCounter"/>
|
||||
|
||||
<Widget type="Widget" skin="" position="110 0 55 60" align="Left Top">
|
||||
|
||||
<Widget type="TextBox" skin="NumFPS" position="0 0 55 32" align="Left Top" name="FPSCounterAdv">
|
||||
<Property key="TextAlign" value="Left"/>
|
||||
</Widget>
|
||||
|
||||
<Widget type="TextBox" skin="NumFPS" position="0 16 55 32" align="Left Top" name="TriangleCounter">
|
||||
<Property key="TextAlign" value="Left"/>
|
||||
</Widget>
|
||||
|
||||
<Widget type="TextBox" skin="NumFPS" position="0 32 55 32" align="Left Top" name="BatchCounter">
|
||||
<Property key="TextAlign" value="Left"/>
|
||||
</Widget>
|
||||
|
||||
</Widget>
|
||||
|
||||
</Widget>
|
||||
|
||||
</Widget>
|
||||
|
Loading…
x
Reference in New Issue
Block a user