Rewrite production tabs (again): Avoid doing a pile of work every tick; support multiple queue types grouped under one category; Tab numbering is sticky.

This commit is contained in:
Paul Chote
2011-07-03 00:38:50 +12:00
parent b85fce3b41
commit c76811c5e1
5 changed files with 99 additions and 56 deletions

View File

@@ -19,6 +19,8 @@ namespace OpenRA.Mods.RA
public class ProductionQueueInfo : ITraitInfo
{
public readonly string Type = null;
public readonly string Group = null;
public float BuildSpeed = 0.4f;
public readonly int LowPowerSlowdown = 3;