Thread Tools Display Modes
07-15-10, 04:59 PM   #1
wellbeing
A Cliff Giant
Join Date: Oct 2009
Posts: 71
changing color of inherited fontstring font

i just want this text to be gray and at .6 alpha

Code:
<FontString name="$parent_Text" inherits="GameFontHighlightSmall" text="EMPTY">
       <Color r=".2" g=".2" b=".2" a=".6"/>
	  <Anchors>
	      <Anchor point="CENTER"/>
	  </Anchors>
						
</FontString>
is it not possible to change the color of an inherited font in xml or am i simply doing it wrong?

the fontstring shows up if i remove the color line. it does not show up with the color line in the code.
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » changing color of inherited fontstring font


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off