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
a97e86a6aa
commit
01ccdc3df6
|
@ -20,10 +20,14 @@
|
|||
<color>E6E6E6</color>
|
||||
<backgroundColor>55555500</backgroundColor>
|
||||
</text>
|
||||
<text name="system_name2">
|
||||
<text name="game_name">
|
||||
<color>E6E6E6</color>
|
||||
<backgroundColor>55555500</backgroundColor>
|
||||
</text>
|
||||
<datetime name="game_release_date">
|
||||
<color>E6E6E6</color>
|
||||
<backgroundColor>55555500</backgroundColor>
|
||||
</datetime>
|
||||
<text name="recently_played_text">
|
||||
<color>E6E6E6</color>
|
||||
<backgroundColor>55555500</backgroundColor>
|
||||
|
@ -121,10 +125,10 @@
|
|||
<zIndex>50</zIndex>
|
||||
</text>
|
||||
|
||||
<text name="system_name2">
|
||||
<text name="game_name">
|
||||
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
|
||||
<fontSize>0.045</fontSize>
|
||||
<pos>0.775 0.60</pos>
|
||||
<pos>0.775 0.59</pos>
|
||||
<size>0.2 0.05</size>
|
||||
<origin>0 0</origin>
|
||||
<letterCase>none</letterCase>
|
||||
|
@ -134,6 +138,20 @@
|
|||
<zIndex>50</zIndex>
|
||||
</text>
|
||||
|
||||
<datetime name="game_release_date">
|
||||
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
|
||||
<fontSize>0.045</fontSize>
|
||||
<pos>0.775 0.64</pos>
|
||||
<size>0.2 0.05</size>
|
||||
<origin>0 0</origin>
|
||||
<letterCase>capitalize</letterCase>
|
||||
<gameselector>selector_recent</gameselector>
|
||||
<displayRelative>true</displayRelative>
|
||||
<horizontalAlignment>right</horizontalAlignment>
|
||||
<metadata>lastplayed</metadata>
|
||||
<zIndex>50</zIndex>
|
||||
</datetime>
|
||||
|
||||
<text name="recently_played_text">
|
||||
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
|
||||
<fontSize>0.035</fontSize>
|
||||
|
@ -156,7 +174,7 @@
|
|||
<gameCount>1</gameCount>
|
||||
</gameselector>
|
||||
|
||||
<image name="md_image">
|
||||
<image name="random_background_image">
|
||||
<origin>0 0</origin>
|
||||
<pos>0 0</pos>
|
||||
<size>1 1</size>
|
||||
|
@ -168,7 +186,7 @@
|
|||
<opacity>0.5</opacity>
|
||||
</image>
|
||||
|
||||
<image name="md_image2">
|
||||
<image name="recent_game_image">
|
||||
<origin>0 0</origin>
|
||||
<pos>0.775 0.08</pos>
|
||||
<size>0.2 0</size>
|
||||
|
@ -180,6 +198,21 @@
|
|||
<opacity>1</opacity>
|
||||
</image>
|
||||
|
||||
<video name="random_game_video">
|
||||
<origin>0 0</origin>
|
||||
<pos>0.26 0.19</pos>
|
||||
<interpolation>linear</interpolation>
|
||||
<maxSize>0.3 0.424</maxSize>
|
||||
<imageType>marquee, titlescreen</imageType>
|
||||
<gameselector>selector_random</gameselector>
|
||||
<pillarboxes>false</pillarboxes>
|
||||
<scanlines>false</scanlines>
|
||||
<fadeInTime>1.2</fadeInTime>
|
||||
<opacity>1</opacity>
|
||||
<audio>true</audio>
|
||||
<delay>1.7</delay>
|
||||
</video>
|
||||
|
||||
<helpsystem name="help">
|
||||
<pos>0.528 0.954</pos>
|
||||
</helpsystem>
|
||||
|
@ -232,7 +265,7 @@
|
|||
<horizontalAlignment>right</horizontalAlignment>
|
||||
</text>
|
||||
</view>
|
||||
|
||||
<!--
|
||||
<view name="gamelist">
|
||||
<image name="md_image">
|
||||
<origin>0.5 0.5</origin>
|
||||
|
@ -243,7 +276,7 @@
|
|||
<scrollFadeIn>true</scrollFadeIn>
|
||||
</image>
|
||||
</view>
|
||||
<!--
|
||||
-->
|
||||
<view name="gamelist">
|
||||
<video name="md_video">
|
||||
<origin>0.5 0.5</origin>
|
||||
|
@ -255,5 +288,5 @@
|
|||
<scrollFadeIn>true</scrollFadeIn>
|
||||
</video>
|
||||
</view>
|
||||
-->
|
||||
|
||||
</theme>
|
Loading…
Reference in a new issue