Skip to content

Compare: Changelog (bleed)

New page
Showing with 5 additions and 0 deletions.
  1. +5 −0 Changelog-(bleed).md
5 changes: 5 additions & 0 deletions Changelog-(bleed).md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@ Support more indexed PNGs and compress PNGs")]
* Added `FixedColorShift`
* Added `FixedPlayerColorShift`
* Added `PlayerColorShift`
* Added vertex effects to `Cloak`. [[#21215](https://github.com/OpenRA/OpenRA/pull/21215 "Replace Cloak palette effects with vertex effects")]
* Added `CloakStyle` property with 4 options: `None`, `Alpha`, `Color`, `Palette`.
* Added `CloakedAlpha` property.
* Added `CloakedColor` property.
* `Palette` property was renamed to `CloakedPalette` and is null by default.

**Lua**
* Check for Halloween :jack_o_lantern: has been replaced by a check against any date. [[#21125](https://github.com/OpenRA/OpenRA/pull/21125)]
Expand Down