| 12345678910111213141516171819202122232425262728293031 |
- <?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="ViewMarker"
- EditorSorting="SYSTEM"
- KindOf="DRAWABLE_ONLY"
- EditorName="ViewMarker">
- <Draws>
- <ScriptedModelDraw
- id="ModuleTag_01"
- OkToChangeModelColor="true">
- <ModelConditionState
- ParseCondStateType="PARSE_DEFAULT">
- <Model
- Name="RallyFlag" />
- </ModelConditionState>
- </ScriptedModelDraw>
- </Draws>
- <Body>
- <ActiveBody
- id="ModuleTag_Body"
- MaxHealth="1.0" />
- </Body>
- </GameObject>
- </AssetDeclaration>
|