Settings.xml 787 B

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <AssetDeclaration xmlns="uri:ea.com:eala:asset">
  3. <Tags />
  4. <Includes>
  5. <Include type="all" source="DATA:UI/SettingsCommon.xml" />
  6. <Include type="instance" source="ART:DecalBuildableSegment.xml"/>
  7. </Includes>
  8. <UITimerDisplay
  9. id="UITimerDisplay"
  10. FlashDuration="500ms">
  11. <Position x="0" y="0"/>
  12. <FlashColor R="255" G="252" B="85"/>
  13. <NormalFont Name="Lucida Sans" Size="18" Bold="true"/>
  14. <NormalColor R="255" G="252" B="85"/>
  15. <ReadyFont Name="Lucida Sans" Size="18" Bold="true"/>
  16. <ReadyColor R="255" G="252" B="85"/>
  17. </UITimerDisplay>
  18. <UIWorldBuilderDecalGrid
  19. id="UIWorldBuilderDecalGrid"
  20. Opacity="0.5"
  21. Texture="DecalBuildableSegment">
  22. <Color R="155" G="155" B="155"/>
  23. </UIWorldBuilderDecalGrid>
  24. </AssetDeclaration>