| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- <?xml version="1.0" encoding="utf-8"?>
- <AssetDeclaration xmlns="uri:ea.com:eala:asset">
- <Tags />
- <Includes />
- <UICommandButton
- id="UICommandButton">
- <FactionSettings
- Faction="Allies"
- LockedImage="Button_AlliedTechnologyLock">
- <ImageTintColor R="255" G="255" B="255"/>
- </FactionSettings>
- <FactionSettings
- Faction="Soviet"
- LockedImage="Button_SovietTechnologyLock">
- <ImageTintColor R="255" G="255" B="255"/>
- </FactionSettings>
- <FactionSettings
- Faction="Japan"
- LockedImage="Button_JapanTechnologyLock">
- <ImageTintColor R="255" G="255" B="255"/>
- </FactionSettings>
- </UICommandButton>
- <UIDecalCloud
- id="UIDecalCloud"
- BuildTexture="DecalCloudSegment"
- DefenseTexture="DecalDefenseCloudSegment"
- SpecialPowerRestrictionTexture="DecalRestrictionSegment"/>
- <UIDecalDestinationMarker
- id="UIDecalDestinationMarker">
- <DefaultRenderInfo
- Model="SCMoveHint">
- <Color R="1.0" G="1.0" B="1.0"/>
- </DefaultRenderInfo>
- <DestinationTypeSettings
- DestinationType="Aggressive">
- <RenderInfo
- Model="SCMoveHint_Attack">
- <Color R="1.0" G="0.0" B="0.0"/>
- </RenderInfo>
- </DestinationTypeSettings>
- </UIDecalDestinationMarker>
- <UIDecalGrid
- id="UIDecalGrid"
- WallTexture="DecalBuildableSegment"
- WallOpacity="0.75">
- <WallDecalColor R="50" G="150" B="50"/>
-
- <PrimarySettings
- Opacity="0.5"
- ValidTexture="DecalBuildableSegment"
- InvalidTexture="DecalBuildableSegment">
- <LegalColor R="0" G="255" B="0"/>
- <InvalidColor R="255" G="0" B="0"/>
- </PrimarySettings>
-
- <SecondarySettings
- Opacity="0.5"
- ValidTexture="DecalBuildableSegment"
- InvalidTexture="DecalBuildableSegment">
- <LegalColor R="155" G="155" B="155"/>
- <InvalidColor R="155" G="0" B="0"/>
- </SecondarySettings>
- </UIDecalGrid>
- <UIFloatingTextDisplay
- id="UIFloatingTextDisplay"
- TimeOut="1000ms"
- MoveUpSpeed="30"
- MoveVanishRate="3">
- <Font Name="Lucida Sans" Size="18" Bold="true"/>
- </UIFloatingTextDisplay>
- <UIMessageDisplay
- id="UIMessageDisplay"
- Delay="75000ms">
- <Color1 R="255" G="255" B="255"/>
- <Color2 R="98" G="191" B="255"/>
- <Font Name="Lucida Sans" Size="12" Bold="true"/>
- </UIMessageDisplay>
- <UIRadarObjectsLayer
- id="UIRadarObjectsLayer"
- MinUnitDotSize="3"
- MinStructureDotSize="5">
- <NeutralColor R="255" G="255" B="255" A="255"/>
- <SpecialIcon
- Image="Radar_icon_resourcenode">
- <ImageOffset x="-6.5" y="-6.5"/>
- <ObjectFilter Rule="ANY" Include="ORE_NODE"/>
- </SpecialIcon>
- <SpecialIcon
- Image="Radar_icon_techstructure">
- <ImageOffset x="-6.5" y="-5"/>
- <ObjectFilter Rule="ANY" Include="NEUTRAL_TECH"/>
- </SpecialIcon>
- <SpecialIcon
- Image="Radar_icon_commando">
- <ImageOffset x="-5.5" y="-6"/>
- <ObjectFilter Rule="ANY" Include="COMMANDO"/>
- </SpecialIcon>
- </UIRadarObjectsLayer>
-
- <UISubtitleDisplay
- id="UISubtitleDisplay"
- HoldTime="20s"
- LineCount="8">
- <Font Name="Lucida Sans" Size="14"/>
- <PanelColor R="0" G="0" B="0" A="128"/>
- <TextColor R="255" G="204" B="0"/>
- </UISubtitleDisplay>
- <UICoopTinting
- id="UICoopTinting"
- FadeInFrames="3"
- FadeOutFrames="3"
- SustainFrames="10"
- TintFrequency="0.3"
- TintAmplitude="0.5">
- <TintColor R="220" G="220" B="220"/>
- </UICoopTinting>
- </AssetDeclaration>
|