PDA

View Full Version : Changing Default Font Color



Ranzarok
August 9th, 2020, 22:55
Is there a way to control the color of a string label font either through the strings.xml or individually where you might have a default tag for a label?

Example: if I wanted to change the color of "LVL:" in the following code...


<string_label name="char_label_level">
<anchored to="char_lvlrank" position="insidetopleft" offset="1,3" />
<default>LVL:</default>
</string_label>


Thanks for any info!

damned
August 9th, 2020, 23:48
Have a look in the 5E ruleset campaign\record_char_main.xml

Ranzarok
August 10th, 2020, 01:03
Have a look in the 5E ruleset campaign\record_char_main.xml

Thanks, will do.