UIComponentInGameText.xml 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- *********************************************************************** -->
  3. <!-- * Manages Tooltip Transactions for the InGame UI * -->
  4. <!-- *********************************************************************** -->
  5. <UIComponentInGameText xmlns="uri:ea.com:eala:asset"
  6. Priority="300"
  7. AdjustFactor="1.0"
  8. TextIndent="0.40"
  9. TooltipAppearDelayMS="2000"
  10. TooltipDisappearDelayMS="3000"
  11. AptTokenTitle="APT:TOOLTIP_TITLE"
  12. AptTokenPrereq="APT:TOOLTIP_PREREQ_"
  13. AptTokenCost="APT:TOOLTIP_COST"
  14. AptTokenTime="APT:TOOLTIP_TIME"
  15. AptTokenEnergy="APT:TOOLTIP_ENERGY"
  16. AptTokenShortDesc="APT:TOOLTIP_SHORT_DESC"
  17. AptTokenLongDesc="APT:TOOLTIP_LONG_DESC"
  18. ProductionTextConstruction="CONTROLBAR:ConstructionDesc"
  19. ProductionTextUpgrade="CONTROLBAR:UpgradingDesc"
  20. ProductionTextRecruit="CONTROLBAR:RecruitingDesc"
  21. ProductionTextScale="0.66"
  22. SubtitleStringLabelPrefix="DIALOGEVENT:"
  23. SubtitleStringLabelSuffix="SubTitle"
  24. SubtitleStringExclusionChar="*">
  25. <StatusTextPosition x="0.05" y="0.05"/>
  26. <ProductionTextColor R="1.0" G="1.0" B="1.0"/>
  27. <ProductionTextFont Name="RussellSquare" Size="14"/>
  28. </UIComponentInGameText>