| 123456789101112131415161718192021222324252627 |
- <?xml version="1.0" encoding="utf-8"?>
- <AssetDeclaration xmlns="uri:ea.com:eala:asset">
- <Tags />
- <Includes>
- <Include type="all" source="DATA:UI/SettingsCommon.xml" />
- <Include type="instance" source="ART:DecalBuildableSegment.xml"/>
- </Includes>
- <UITimerDisplay
- id="UITimerDisplay"
- FlashDuration="500ms">
- <Position x="0" y="0"/>
- <FlashColor R="255" G="252" B="85"/>
- <NormalFont Name="Lucida Sans" Size="18" Bold="true"/>
- <NormalColor R="255" G="252" B="85"/>
- <ReadyFont Name="Lucida Sans" Size="18" Bold="true"/>
- <ReadyColor R="255" G="252" B="85"/>
- </UITimerDisplay>
- <UIWorldBuilderDecalGrid
- id="UIWorldBuilderDecalGrid"
- Opacity="0.5"
- Texture="DecalBuildableSegment">
- <Color R="155" G="155" B="155"/>
- </UIWorldBuilderDecalGrid>
-
- </AssetDeclaration>
|