mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
Documentation update
This commit is contained in:
parent
25dba1c293
commit
64b27219ab
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue