Replace MenuPaletteEffect with a post-processing shader.

This commit is contained in:
Paul Chote
2023-10-22 17:09:32 +01:00
committed by Gustas
parent 47af7a9023
commit fe6de396f2
8 changed files with 107 additions and 72 deletions

View File

@@ -110,6 +110,7 @@ namespace OpenRA.Mods.Common.UpdateRules
// bleed only changes here.
new RemoveValidRelationsFromCapturable(),
new ExtractResourceStorageFromHarvester(),
new ReplacePaletteModifiers(),
// Execute these rules last to avoid premature yaml merge crashes.
new AbstractDocking(),