Merge pull request #9103 from reaperrr/water-rot

Refactored WaterPaletteRotation into RotationPaletteEffect
This commit is contained in:
RoosterDragon
2015-09-06 20:19:09 +01:00
13 changed files with 128 additions and 77 deletions

View File

@@ -171,7 +171,6 @@ namespace OpenRA
public readonly int SheetSize = 512;
public readonly string Palette;
public readonly string PlayerPalette;
public readonly int WaterPaletteRotationBase = 0x60;
public readonly Color[] HeightDebugColors = new[] { Color.Red };
public readonly string[] EditorTemplateOrder;
public readonly bool IgnoreTileSpriteOffsets;