gaveitatry
New member
I am attempting to change the UI by editing the windows.xml.
{maptemperature} is great because it always displays the temperature without decimals, like 26°F.
{playercoretemp} always displays decimals no matter what, like 70.00°F. I don't even know why the decimals need to be displayed as the temperature always changes by whole numbers and not partial numbers.
This is a sample of the line of code that I have:
<label depth="7" name="LevelNumber" pos="4,-6" font_size="21" color="[white]" text="{playercoretemp}" height="34" justify="center" tooltip_key="xuiTemperature"/>
I would really like to be given a way to make the temperature display as a whole number.
{maptemperature} is great because it always displays the temperature without decimals, like 26°F.
{playercoretemp} always displays decimals no matter what, like 70.00°F. I don't even know why the decimals need to be displayed as the temperature always changes by whole numbers and not partial numbers.
This is a sample of the line of code that I have:
<label depth="7" name="LevelNumber" pos="4,-6" font_size="21" color="[white]" text="{playercoretemp}" height="34" justify="center" tooltip_key="xuiTemperature"/>
I would really like to be given a way to make the temperature display as a whole number.
Last edited by a moderator: