diff --git a/CHANGELOG.md b/CHANGELOG.md index ef112424f..c095ac954 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ * (Android) Changed the target SDK version to 35 (Android 15) * Refactored the helpsystem code and added support for using an arbitrary amount of helpsystem elements * Added support for specifying which specific entries to display for the helpsystem elements +* Added "rotation" and "rotationOrigin" properties to the helpsystem element * Added "imageSize", "imageMaxSize", "imageCropSize" and "imageCropPos" properties to the video element * (macOS) Added a build script for cross-compiling for x86_64 when using an ARM processor * Added support for building against libgit2 v1.9.0 and later diff --git a/THEMES-DEV.md b/THEMES-DEV.md index 027228db9..d1af8a41f 100644 --- a/THEMES-DEV.md +++ b/THEMES-DEV.md @@ -3442,6 +3442,13 @@ Properties: - Origin when a menu is open (background is dimmed). - Minimum value per axis is `0` and maximum value per axis is `1` - Default is the same value as `origin` +* `rotation` - type: FLOAT + - Angle in degrees that the element should be rotated. Positive values will rotate clockwise, negative values will rotate counterclockwise. + - Default is `0` +* `rotationOrigin` - type: NORMALIZED_PAIR + - Point around which the element will be rotated. + - Minimum value per axis is `0` and maximum value per axis is `1` + - Default is `0.5 0.5` * `textColor` - type: COLOR - Default is `777777FF` * `textColorDimmed` - type: COLOR