Set the default voxel Scale to match the original game.

This commit is contained in:
Paul Chote
2017-04-29 13:21:13 +01:00
parent 4e6af29bb8
commit 69ca9ffaba

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);