Merge pull request #4393 from cjshmyr/nametag

Added RenderNameTag trait for actors
This commit is contained in:
Matthias Mailänder
2014-03-05 23:00:11 +01:00
3 changed files with 54 additions and 0 deletions

View File

@@ -341,6 +341,7 @@
<Compile Include="Render\RenderUnitReload.cs" />
<Compile Include="Render\WithBuildingExplosion.cs" />
<Compile Include="Render\WithMuzzleFlash.cs" />
<Compile Include="Render\RenderNameTag.cs" />
<Compile Include="Render\WithRotor.cs" />
<Compile Include="Render\WithShadow.cs" />
<Compile Include="Render\WithSmoke.cs" />