mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Small documentation update.
This commit is contained in:
parent
58fd5b8f10
commit
ca0e111c21
|
@ -12,6 +12,7 @@
|
||||||
|
|
||||||
* Added alternative emulators support where additional emulators can be defined in es_systems.xml and be selected system-wide or per game via the user interface
|
* Added alternative emulators support where additional emulators can be defined in es_systems.xml and be selected system-wide or per game via the user interface
|
||||||
* Added a menu option to change the application exit key combination
|
* Added a menu option to change the application exit key combination
|
||||||
|
* Expanded the themeable options for "helpsystem" to support custom button graphics, dimmed text and icon colors, upper/lower/camel case and custom spacing
|
||||||
* Removed the "Choose" entry from the help prompts in the gamelist view
|
* Removed the "Choose" entry from the help prompts in the gamelist view
|
||||||
* Changed the "Toggle screensaver" help entry in the system view to simply "Screensaver"
|
* Changed the "Toggle screensaver" help entry in the system view to simply "Screensaver"
|
||||||
* Added support for upscaling bitmap images using linear filtering
|
* Added support for upscaling bitmap images using linear filtering
|
||||||
|
|
|
@ -864,9 +864,9 @@ EmulationStation borrows the concept of "nine patches" from Android (or "9-Slice
|
||||||
- Where on the component `pos` refers to. For example, an origin of `0.5 0.5` and a `pos` of `0.5 0.5` would place
|
- Where on the component `pos` refers to. For example, an origin of `0.5 0.5` and a `pos` of `0.5 0.5` would place
|
||||||
the component exactly in the middle of the screen.
|
the component exactly in the middle of the screen.
|
||||||
* `textColor` - type: COLOR. Default is 777777FF.
|
* `textColor` - type: COLOR. Default is 777777FF.
|
||||||
* `textColorDimmed` - type: COLOR. Default is 777777FF.
|
* `textColorDimmed` - type: COLOR. Default is the same value as textColor.
|
||||||
* `iconColor` - type: COLOR. Default is 777777FF.
|
* `iconColor` - type: COLOR. Default is 777777FF.
|
||||||
* `iconColorDimmed` - type: COLOR. Default is 777777FF.
|
* `iconColorDimmed` - type: COLOR. Default is the same value as iconColor.
|
||||||
* `fontPath` - type: PATH.
|
* `fontPath` - type: PATH.
|
||||||
* `fontSize` - type: FLOAT.
|
* `fontSize` - type: FLOAT.
|
||||||
* `entrySpacing` - type: FLOAT. Default is 16.0.
|
* `entrySpacing` - type: FLOAT. Default is 16.0.
|
||||||
|
|
Loading…
Reference in a new issue