mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
(slate-DE) Some updates to the theme engine test 1 variant.
This commit is contained in:
parent
ac5b3b15e0
commit
0ffa4fd935
|
@ -6,18 +6,20 @@
|
|||
<view name="system">
|
||||
<carousel name="system_carousel">
|
||||
<pos>0 0</pos>
|
||||
<size>0.23 1.0</size>
|
||||
<size>0.30 1.0</size>
|
||||
<type>vertical_wheel</type>
|
||||
<staticItem>./${system.theme}/images/logo.svg</staticItem>
|
||||
<itemsBeforeCenter>4</itemsBeforeCenter>
|
||||
<itemsAfterCenter>4</itemsAfterCenter>
|
||||
<itemSize>0.15 0.125</itemSize>
|
||||
<itemScale>1.23</itemScale>
|
||||
<itemRotation>6.5</itemRotation>
|
||||
<itemRotationOrigin>-5 0.4</itemRotationOrigin>
|
||||
<itemRotation>11.5</itemRotation>
|
||||
<itemRotationOrigin>-2.35 0.4</itemRotationOrigin>
|
||||
<itemAxisHorizontal>true</itemAxisHorizontal>
|
||||
<itemHorizontalAlignment>left</itemHorizontalAlignment>
|
||||
<wheelHorizontalAlignment>right</wheelHorizontalAlignment>
|
||||
<horizontalOffset>-0.05</horizontalOffset>
|
||||
<verticalOffset>-0.004</verticalOffset>
|
||||
<text>${system.fullName}</text>
|
||||
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
|
||||
<fontSize>0.070</fontSize>
|
||||
|
@ -39,8 +41,8 @@
|
|||
<gameselector>selector_random</gameselector>
|
||||
<interpolation>nearest</interpolation>
|
||||
<scrollFadeIn>true</scrollFadeIn>
|
||||
<opacity>0.6</opacity>
|
||||
<saturation>0.6</saturation>
|
||||
<opacity>0.8</opacity>
|
||||
<saturation>0.8</saturation>
|
||||
<zIndex>3</zIndex>
|
||||
</image>
|
||||
<image name="recent_game_image">
|
||||
|
@ -53,7 +55,7 @@
|
|||
<zIndex>3</zIndex>
|
||||
</image>
|
||||
<video name="random_game_video">
|
||||
<pos>0.26 0.22</pos>
|
||||
<pos>0.31 0.23</pos>
|
||||
<maxSize>0.3 0.424</maxSize>
|
||||
<imageType>marquee, titlescreen</imageType>
|
||||
<gameselector>selector_random</gameselector>
|
||||
|
@ -65,7 +67,7 @@
|
|||
<fadeInTime>1.2</fadeInTime>
|
||||
</video>
|
||||
<text name="game_counter">
|
||||
<pos>0.26 0.09</pos>
|
||||
<pos>0.31 0.082</pos>
|
||||
<size>0.35 0.1</size>
|
||||
<systemdata>gamecount</systemdata>
|
||||
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
|
||||
|
@ -87,11 +89,11 @@
|
|||
<zIndex>50</zIndex>
|
||||
</text>
|
||||
<text name="system_name">
|
||||
<pos>0.26 0.01</pos>
|
||||
<size>0.5 0.1</size>
|
||||
<pos>0.31 0.01</pos>
|
||||
<size>0.46 0.1</size>
|
||||
<systemdata>fullname</systemdata>
|
||||
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
|
||||
<fontSize>0.085</fontSize>
|
||||
<fontSize>0.075</fontSize>
|
||||
<horizontalAlignment>left</horizontalAlignment>
|
||||
<letterCase>uppercase</letterCase>
|
||||
<zIndex>50</zIndex>
|
||||
|
@ -170,10 +172,10 @@
|
|||
<horizontalAlignment>right</horizontalAlignment>
|
||||
</text>
|
||||
<rating name="random_game_rating">
|
||||
<pos>0.26 0.167</pos>
|
||||
<pos>0.31 0.167</pos>
|
||||
<size>0.06 0.04</size>
|
||||
<gameselector>selector_random</gameselector>
|
||||
<opacity>0.5</opacity>
|
||||
<opacity>0.9</opacity>
|
||||
</rating>
|
||||
<rating name="recent_game_rating">
|
||||
<pos>0.889 0.042</pos>
|
||||
|
@ -232,7 +234,7 @@
|
|||
<!-- Color customizations -->
|
||||
<view name="system">
|
||||
<carousel name="system_carousel">
|
||||
<color>00000099</color>
|
||||
<color>555555BB</color>
|
||||
<textColor>F0F0F0</textColor>
|
||||
</carousel>
|
||||
<text name="game_counter">
|
||||
|
|
Loading…
Reference in a new issue