Add clock overlay to support power beacons.

This commit is contained in:
Paul Chote
2014-05-31 18:17:48 +12:00
parent 91126b9c48
commit e1501d5b7c
9 changed files with 83 additions and 38 deletions

View File

@@ -90,5 +90,7 @@ namespace OpenRA.Mods.RA.Effects
{
return anim.Render(pos, wr.Palette("effect"));
}
public float FractionComplete { get { return ticks * 1f / delay; } }
}
}