Merge pull request #13210 from pchote/polish-deployers

Polish TS deployer animations
This commit is contained in:
reaperrr
2017-04-30 12:14:40 +02:00
committed by GitHub
4 changed files with 11 additions and 7 deletions

View File

@@ -38,7 +38,7 @@ namespace OpenRA.Mods.Common.Traits.Render
[PaletteReference] public readonly string ShadowPalette = "shadow";
[Desc("Change the image size.")]
public readonly float Scale = 10;
public readonly float Scale = 12;
public readonly WAngle LightPitch = WAngle.FromDegrees(50);
public readonly WAngle LightYaw = WAngle.FromDegrees(240);