| 123456789101112131415161718192021222324252627282930313233 |
- <?xml version="1.0" encoding="utf-8"?>
- <!-- *********************************************************************** -->
- <!-- * Manages Tooltip Transactions for the InGame UI * -->
- <!-- *********************************************************************** -->
- <UIComponentInGameText xmlns="uri:ea.com:eala:asset"
- Priority="300"
- AdjustFactor="1.0"
- TextIndent="0.40"
- TooltipAppearDelayMS="2000"
- TooltipDisappearDelayMS="3000"
- AptTokenTitle="APT:TOOLTIP_TITLE"
- AptTokenPrereq="APT:TOOLTIP_PREREQ_"
- AptTokenCost="APT:TOOLTIP_COST"
- AptTokenTime="APT:TOOLTIP_TIME"
- AptTokenEnergy="APT:TOOLTIP_ENERGY"
- AptTokenShortDesc="APT:TOOLTIP_SHORT_DESC"
- AptTokenLongDesc="APT:TOOLTIP_LONG_DESC"
- ProductionTextConstruction="CONTROLBAR:ConstructionDesc"
- ProductionTextUpgrade="CONTROLBAR:UpgradingDesc"
- ProductionTextRecruit="CONTROLBAR:RecruitingDesc"
- ProductionTextScale="0.66"
- SubtitleStringLabelPrefix="DIALOGEVENT:"
- SubtitleStringLabelSuffix="SubTitle"
- SubtitleStringExclusionChar="*">
- <StatusTextPosition x="0.05" y="0.05"/>
- <ProductionTextColor R="1.0" G="1.0" B="1.0"/>
- <ProductionTextFont Name="RussellSquare" Size="14"/>
- </UIComponentInGameText>
|