move render modifiers to ra

This commit is contained in:
Chris Forbes
2010-05-20 19:26:09 +12:00
parent 91a4ac5faf
commit 7609097f4f
6 changed files with 12 additions and 8 deletions

View File

@@ -80,6 +80,7 @@
<Compile Include="AttackTurreted.cs" />
<Compile Include="AutoHeal.cs" />
<Compile Include="AutoTarget.cs" />
<Compile Include="BelowUnits.cs" />
<Compile Include="Bridge.cs" />
<Compile Include="BridgeLayer.cs" />
<Compile Include="Burns.cs" />
@@ -104,6 +105,7 @@
<Compile Include="HasUnitOnBuild.cs" />
<Compile Include="Helicopter.cs" />
<Compile Include="Husk.cs" />
<Compile Include="InvisibleToOthers.cs" />
<Compile Include="LeavesHusk.cs" />
<Compile Include="LightPaletteRotator.cs" />
<Compile Include="OreRefinery.cs" />
@@ -167,6 +169,8 @@
<Compile Include="TraitsInterfaces.cs" />
<Compile Include="DefaultShellmapScript.cs" />
<Compile Include="WaterPaletteRotation.cs" />
<Compile Include="WithMuzzleFlash.cs" />
<Compile Include="WithShadow.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OpenRA.FileFormats\OpenRA.FileFormats.csproj">