Allow all sprites to use interpolated facings.

This commit is contained in:
Paul Chote
2022-12-29 14:31:26 +13:00
committed by Gustas
parent b051211842
commit a6f3db0a45
4 changed files with 16 additions and 22 deletions

View File

@@ -24,7 +24,6 @@ namespace OpenRA.Graphics
string Name { get; }
int Length { get; }
int Facings { get; }
int InterpolatedFacings { get; }
int Tick { get; }
int ZOffset { get; }
int ShadowZOffset { get; }