mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 07:35:38 +00:00
(rbsimple-DE) Updated for the latest theme engine features.
This commit is contained in:
parent
6f6f388257
commit
f6e345dce9
|
@ -8,8 +8,7 @@
|
|||
<color>C6C6C6</color>
|
||||
<backgroundColor>555555D8</backgroundColor>
|
||||
</text>
|
||||
<text name="info1, info2, info3, info4, info5, info6, info7,
|
||||
info8, info9, info10, info11, info12">
|
||||
<text name="info1, info2, info3, info4, info5, info6, info7, info8, info9, info10">
|
||||
<color>B6B6B6</color>
|
||||
</text>
|
||||
<image name="background">
|
||||
|
|
|
@ -7,8 +7,7 @@
|
|||
<color>202020</color>
|
||||
<backgroundColor>DDDDDDD8</backgroundColor>
|
||||
</text>
|
||||
<text name="info1, info2, info3, info4, info5, info6, info7,
|
||||
info8, info9, info10, info11, info12">
|
||||
<text name="info1, info2, info3, info4, info5, info6, info7, info8, info9, info10">
|
||||
<color>262626</color>
|
||||
</text>
|
||||
<image name="background">
|
||||
|
@ -45,6 +44,8 @@
|
|||
<helpsystem name="help">
|
||||
<textColor>262626</textColor>
|
||||
<iconColor>262626</iconColor>
|
||||
<textColorDimmed>B6B6B6</textColorDimmed>
|
||||
<iconColorDimmed>B6B6B6</iconColorDimmed>
|
||||
</helpsystem>
|
||||
<image name="background">
|
||||
<color>707070</color>
|
||||
|
|
|
@ -43,8 +43,7 @@ based on: 'recalbox-multi' by the Recalbox community
|
|||
</view>
|
||||
|
||||
<view name="system">
|
||||
<text name="info1, info2, info3, info4, info5, info6, info7,
|
||||
info8, info9, info10, info11, info12">
|
||||
<text name="info1, info2, info3, info4, info5, info6, info7, info8, info9, info10">
|
||||
<horizontalAlignment>left</horizontalAlignment>
|
||||
<fontPath>./core/fonts/Exo2-SemiBoldCondensed.otf</fontPath>
|
||||
<fontSize>0.021</fontSize>
|
||||
|
|
|
@ -12,8 +12,7 @@
|
|||
<color>D6D6D6</color>
|
||||
<backgroundColor>555555D8</backgroundColor>
|
||||
</text>
|
||||
<text name="info1, info2, info3, info4, info5, info6, info7,
|
||||
info8, info9, info10, info11, info12">
|
||||
<text name="info1, info2, info3, info4, info5, info6, info7, info8, info9, info10">
|
||||
<color>B6B6B6</color>
|
||||
</text>
|
||||
<text name="system_name">
|
||||
|
@ -32,8 +31,7 @@
|
|||
<color>E6E6E6</color>
|
||||
<backgroundColor>55555500</backgroundColor>
|
||||
</text>
|
||||
<text name="info1, info2, info3, info4, info5, info6, info7,
|
||||
info8, info9, info10, info11, info12">
|
||||
<text name="info1, info2, info3, info4, info5, info6, info7, info8, info9, info10">
|
||||
<color>D6D6D6</color>
|
||||
</text>
|
||||
|
||||
|
@ -74,7 +72,7 @@
|
|||
<carousel name="system_carousel">
|
||||
<type>vertical_wheel</type>
|
||||
<size>0.25 1.0</size>
|
||||
<pos>0. 0</pos>
|
||||
<pos>0 0</pos>
|
||||
<logo>./${system.theme}/images/logo.svg</logo>
|
||||
<logoScale>1.23</logoScale>
|
||||
<logoSize>0.15 0.125</logoSize>
|
||||
|
@ -159,7 +157,7 @@
|
|||
<size>0.2 0</size>
|
||||
<origin>0 0</origin>
|
||||
<letterCase>uppercase</letterCase>
|
||||
<horizontalAlignment>right</horizontalAlignment>
|
||||
<horizontalAlignment>left</horizontalAlignment>
|
||||
<text>Last played</text>
|
||||
<zIndex>50</zIndex>
|
||||
</text>
|
||||
|
@ -174,6 +172,20 @@
|
|||
<gameCount>1</gameCount>
|
||||
</gameselector>
|
||||
|
||||
<rating name="random_game_rating">
|
||||
<pos>0.26 0.167</pos>
|
||||
<size>0.06 0.04</size>
|
||||
<color>FFEE00</color>
|
||||
<gameselector>selector_random</gameselector>
|
||||
</rating>
|
||||
|
||||
<rating name="recent_game_rating">
|
||||
<pos>0.889 0.042</pos>
|
||||
<size>0.03 0.03</size>
|
||||
<color>FFEE00</color>
|
||||
<gameselector>selector_recent</gameselector>
|
||||
</rating>
|
||||
|
||||
<image name="random_background_image">
|
||||
<origin>0 0</origin>
|
||||
<pos>0 0</pos>
|
||||
|
@ -184,6 +196,7 @@
|
|||
<scrollFadeIn>true</scrollFadeIn>
|
||||
<zIndex>3</zIndex>
|
||||
<opacity>0.5</opacity>
|
||||
<saturation>0.3</saturation>
|
||||
</image>
|
||||
|
||||
<image name="recent_game_image">
|
||||
|
@ -200,7 +213,7 @@
|
|||
|
||||
<video name="random_game_video">
|
||||
<origin>0 0</origin>
|
||||
<pos>0.26 0.19</pos>
|
||||
<pos>0.26 0.22</pos>
|
||||
<interpolation>linear</interpolation>
|
||||
<maxSize>0.3 0.424</maxSize>
|
||||
<imageType>marquee, titlescreen</imageType>
|
||||
|
@ -214,7 +227,8 @@
|
|||
</video>
|
||||
|
||||
<helpsystem name="help">
|
||||
<pos>0.528 0.954</pos>
|
||||
<pos>0.020 0.954</pos>
|
||||
<horizontalAlignment>right</horizontalAlignment>
|
||||
</helpsystem>
|
||||
|
||||
<image name="consolegame">
|
||||
|
|
Loading…
Reference in a new issue