tuned gpsdot to be somewhat nicer

This commit is contained in:
Chris Forbes
2011-05-02 21:15:09 +12:00
parent 2912c921de
commit 093f159d8e
2 changed files with 2 additions and 1 deletions

View File

@@ -72,7 +72,8 @@ namespace OpenRA.Mods.RA.Effects
public IEnumerable<Renderable> Render()
{
if (show && !self.Destroyed)
yield return Traits.Util.Centered(self, anim.Image, self.CenterLocation.ToFloat2());
yield return Traits.Util.Centered(self, anim.Image, self.CenterLocation.ToFloat2())
.WithScale(1.5f);
}
}
}

Binary file not shown.