(rbsimple-DE) Updated to use the new carousel logic.

Also added default band colors for unthemed systems.
This commit is contained in:
Leon Styhre 2022-02-07 21:18:04 +01:00
parent 69b9b587d6
commit 71a647e0cb
3 changed files with 45 additions and 10 deletions

View file

@ -2,6 +2,7 @@
<view name="system">
<carousel name="system_carousel">
<color>747474D8</color>
<textColor>F0F0F0</textColor>
</carousel>
<text name="game_counter">
<color>C6C6C6</color>
@ -28,6 +29,23 @@
</helpsystem>
</view>
<!-- Default band colors (used if a system is unthemed). -->
<view name="system, gamelist">
<image name="band1">
<color>F6DD08</color>
</image>
<image name="band2">
<color>800000</color>
</image>
<image name="band3">
<color>FF0000</color>
</image>
<image name="band4">
<color>303030</color>
</image>
</view>
<view name="gamelist">
<image name="background">
<color>404040</color>

View file

@ -1,5 +1,8 @@
<theme>
<view name="system">
<carousel name="system_carousel">
<textColor>262626</textColor>
</carousel>
<text name="game_counter">
<color>202020</color>
<backgroundColor>DDDDDDD8</backgroundColor>
@ -22,6 +25,22 @@
</helpsystem>
</view>
<!-- Default band colors (used if a system is unthemed). -->
<view name="system, gamelist">
<image name="band1">
<color>F6DD08</color>
</image>
<image name="band2">
<color>800000</color>
</image>
<image name="band3">
<color>FF0000</color>
</image>
<image name="band4">
<color>303030</color>
</image>
</view>
<view name="gamelist">
<helpsystem name="help">
<textColor>262626</textColor>

View file

@ -19,8 +19,15 @@ based on: 'recalbox-multi' by the Recalbox community
<view name="system">
<carousel name="system_carousel">
<logo>./${system.theme}/images/logo.svg</logo>
<logoScale>1.23</logoScale>
<logoSize>0.25 0.125</logoSize>
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
<fontSize>0.070</fontSize>
<textStyle>uppercase</textStyle>
<lineSpacing>1.2</lineSpacing>
<text>${system.fullName}</text>
<maxLogoCount>3</maxLogoCount>
</carousel>
<text name="game_counter">
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
@ -29,19 +36,10 @@ based on: 'recalbox-multi' by the Recalbox community
<size>1 0.056</size>
<origin>0.5 0.5</origin>
<forceUppercase>true</forceUppercase>
<metadata>sy_gamecount</metadata>
<alignment>center</alignment>
<metadata>sy_gamecount</metadata>
<zIndex>50</zIndex>
</text>
<text name="logoPlaceholderText">
<pos>0.5 0.5</pos>
<origin>0.5 0.5</origin>
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
<fontSize>0.065</fontSize>
<color>000000FF</color>
<text>${system.fullName}</text>
<visible>false</visible>
</text>
</view>
<view name="system">