| 123456789101112131415161718192021222324252627282930313233343536 |
- <?xml version="1.0" encoding="us-ascii"?>
- <AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <Tags></Tags>
- <Includes>
- <Include
- type="all"
- source="ART:RallyFlag.w3x" />
- </Includes>
- <GameObject
- id="PlayerPowerTargetMarker"
- EditorSorting="SYSTEM"
- KindOf="DRAWABLE_ONLY"
- EditorName="PlayerPowerTargetMarker">
- <Draws>
- <ScriptedModelDraw
- id="ModuleTag_Draw"
- OkToChangeModelColor="true">
- <ModelConditionState
- ParseCondStateType="PARSE_DEFAULT">
- <Model
- Name="RallyFlag" />
- </ModelConditionState>
- <AnimationState
- ParseCondStateType="PARSE_DEFAULT">
- <Animation
- AnimationName="RallyFlag"
- AnimationMode="LOOP"/>
- </AnimationState>
- </ScriptedModelDraw>
- </Draws>
- <Body>
- <PropBody
- id="ModuleTag_Body" />
- </Body>
- </GameObject>
- </AssetDeclaration>
|