mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
Documentation update.
This commit is contained in:
parent
2c84e9c59b
commit
28209ecf08
|
@ -197,6 +197,7 @@
|
||||||
* ScrollableContainer faded in the background text color in addition to the text color when resetting
|
* ScrollableContainer faded in the background text color in addition to the text color when resetting
|
||||||
* Text elements that had an opacity set to lower than FF via the color tag were faded in during gamelist scrolling
|
* Text elements that had an opacity set to lower than FF via the color tag were faded in during gamelist scrolling
|
||||||
* Theme sets were not always sorted correctly (as seen when mixing uppercase and lowercase letters in theme names)
|
* Theme sets were not always sorted correctly (as seen when mixing uppercase and lowercase letters in theme names)
|
||||||
|
* The SliderComponent knob was not consistently positioned
|
||||||
* The device text flickered in GuiDetectDevice when configuring a controller
|
* The device text flickered in GuiDetectDevice when configuring a controller
|
||||||
* The selector bar was not aligned correctly during menu scale-up animations
|
* The selector bar was not aligned correctly during menu scale-up animations
|
||||||
* The bottom menu selector bar was not getting rendered when running at really low resolutions like 320x240
|
* The bottom menu selector bar was not getting rendered when running at really low resolutions like 320x240
|
||||||
|
|
|
@ -1465,6 +1465,7 @@ Properties:
|
||||||
- `titlescreen` - This will look for a title screen image.
|
- `titlescreen` - This will look for a title screen image.
|
||||||
- `miximage` - This will look for a miximage.
|
- `miximage` - This will look for a miximage.
|
||||||
- `fanart` - This will look for a fan art image.
|
- `fanart` - This will look for a fan art image.
|
||||||
|
- `none` - No image will be used, instead the game name will be displayed as text
|
||||||
- Default is `marquee`
|
- Default is `marquee`
|
||||||
* `defaultItem` - type: PATH
|
* `defaultItem` - type: PATH
|
||||||
- Path to the default image file which will be displayed if the image defined via the `staticItem` or `itemType` property is not found. Most common extensions are supported (including .svg, .jpg, .png, and unanimated .gif).
|
- Path to the default image file which will be displayed if the image defined via the `staticItem` or `itemType` property is not found. Most common extensions are supported (including .svg, .jpg, .png, and unanimated .gif).
|
||||||
|
|
Loading…
Reference in a new issue