Adjust waypoint linewidths.

This commit is contained in:
tovl
2019-08-10 13:51:05 +02:00
committed by Paul Chote
parent 8690a4a6ce
commit a8b9562d74
5 changed files with 30 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ namespace OpenRA.Mods.Common.Traits
public readonly string Image = "rallypoint";
[Desc("Width (in pixels) of the rallypoint line.")]
public readonly int LineWidth = 2;
public readonly int LineWidth = 1;
[SequenceReference("Image")]
public readonly string FlagSequence = "flag";