View Single Post
Old 05-11-2021, 06:43 PM   #2
Fnyyen
Premium Member
 
Join Date: Oct 2002
Posts: 96
Interface Author - Click to view interfaces
Default

Quote:
Originally Posted by duckforceone
Hiya all.

Since i have gotten a larger resolution screen, i have seen the need to upscale a ui. And since the ones that Janakin did don't have all the nice stuff, i have decided to learn for myself how to upscale stuff, before mischief comes out.

And i seem to have most stuff figured out such as the bars and icons.

But one thing that eludes me is the buff timer. It stays small, and i think i have tried to change everything. Is it a tagged on option for the other buff items?


bold section is what u want depending on what one u are trying to get larger



<Label item="BW_Number0Label">
<ScreenID>BW_Number0Label</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>176</X>
<Y>8</Y>
</Location>
<Size>
<CX>24</CX>
<CY>12</CY>
</Size>

<Text>1</Text>
<TextColor>
<R>240</R>
<G>127</G>
<B>0</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>false</AlignLeft>
</Label>
Fnyyen is offline   Reply With Quote