PlayerPowerTargetMarker.xml 889 B

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="us-ascii"?>
  2. <AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <Tags></Tags>
  4. <Includes>
  5. <Include
  6. type="all"
  7. source="ART:RallyFlag.w3x" />
  8. </Includes>
  9. <GameObject
  10. id="PlayerPowerTargetMarker"
  11. EditorSorting="SYSTEM"
  12. KindOf="DRAWABLE_ONLY"
  13. EditorName="PlayerPowerTargetMarker">
  14. <Draws>
  15. <ScriptedModelDraw
  16. id="ModuleTag_Draw"
  17. OkToChangeModelColor="true">
  18. <ModelConditionState
  19. ParseCondStateType="PARSE_DEFAULT">
  20. <Model
  21. Name="RallyFlag" />
  22. </ModelConditionState>
  23. <AnimationState
  24. ParseCondStateType="PARSE_DEFAULT">
  25. <Animation
  26. AnimationName="RallyFlag"
  27. AnimationMode="LOOP"/>
  28. </AnimationState>
  29. </ScriptedModelDraw>
  30. </Draws>
  31. <Body>
  32. <PropBody
  33. id="ModuleTag_Body" />
  34. </Body>
  35. </GameObject>
  36. </AssetDeclaration>