(rbsimple-DE) Updated for the new game counter logic.

This commit is contained in:
Leon Styhre 2022-02-06 20:44:11 +01:00
parent 0bd38ba26c
commit c2de9c8d1d
3 changed files with 12 additions and 6 deletions

View file

@ -1,9 +1,9 @@
<theme> <theme>
<view name="system"> <view name="system">
<carousel name="systemcarousel"> <carousel name="system_carousel">
<color>747474D8</color> <color>747474D8</color>
</carousel> </carousel>
<text name="systemInfo"> <text name="game_counter">
<color>C6C6C6</color> <color>C6C6C6</color>
<backgroundColor>555555D8</backgroundColor> <backgroundColor>555555D8</backgroundColor>
</text> </text>

View file

@ -1,6 +1,6 @@
<theme> <theme>
<view name="system"> <view name="system">
<text name="systemInfo"> <text name="game_counter">
<color>202020</color> <color>202020</color>
<backgroundColor>DDDDDDD8</backgroundColor> <backgroundColor>DDDDDDD8</backgroundColor>
</text> </text>

View file

@ -18,15 +18,21 @@ based on: 'recalbox-multi' by the Recalbox community
</variant> </variant>
<view name="system"> <view name="system">
<carousel name="systemcarousel"> <carousel name="system_carousel">
<logoScale>1.23</logoScale> <logoScale>1.23</logoScale>
<logoSize>0.25 0.125</logoSize> <logoSize>0.25 0.125</logoSize>
</carousel> </carousel>
<text name="systemInfo"> <text name="game_counter">
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath> <fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
<fontSize>0.035</fontSize> <fontSize>0.035</fontSize>
<pos>0.5 0.6437</pos>
<size>1 0.056</size>
<origin>0.5 0.5</origin>
<forceUppercase>true</forceUppercase>
<metadata>sy_gamecount</metadata>
<alignment>center</alignment>
<zIndex>50</zIndex>
</text> </text>
<text name="logoPlaceholderText"> <text name="logoPlaceholderText">
<pos>0.5 0.5</pos> <pos>0.5 0.5</pos>
<origin>0.5 0.5</origin> <origin>0.5 0.5</origin>