DrawGroupInfo.xml 496 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="us-ascii"?>
  2. <AssetDeclaration xmlns="uri:ea.com:eala:asset">
  3. <DrawGroupInfo
  4. id="DrawGroupInfo"
  5. FontName="Lucida Sans Demibold Roman"
  6. FontSize="16"
  7. IsBold="true"
  8. UsePlayerColor="false"
  9. DropShadowOffsetX="1"
  10. DropShadowOffsetY="1"
  11. PixelOffsetAsPercentage="true"
  12. PixelOffetXInteger="0"
  13. PixelOffetYInteger="0">
  14. <TextColor R="255" G="255" B="255" A="255"/>
  15. <TextDropShadowColor R="0" G="0" B="0" A="255"/>
  16. </DrawGroupInfo>
  17. </AssetDeclaration>