added TurretedUnit

3tnk works; jeep's turret is off-center (and possibly hard-coded?)
This commit is contained in:
Bob
2009-10-06 20:39:40 +13:00
committed by Chris Forbes
parent 1cf7fdaf06
commit 75d18cf11e
10 changed files with 96 additions and 35 deletions

View File

@@ -107,7 +107,7 @@ namespace OpenRa.Game
spriteRenderer.Flush();
clockRenderer.DrawSprite( clockAnimation.Images[0], region.Location, 0 );
clockRenderer.DrawSprite( clockAnimation.Image, region.Location, 0 );
clockAnimation.Tick(1);
clockRenderer.Flush();