mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
(rbsimple-DE) Updated for the new game counter logic.
This commit is contained in:
parent
0bd38ba26c
commit
c2de9c8d1d
|
@ -1,9 +1,9 @@
|
|||
<theme>
|
||||
<view name="system">
|
||||
<carousel name="systemcarousel">
|
||||
<carousel name="system_carousel">
|
||||
<color>747474D8</color>
|
||||
</carousel>
|
||||
<text name="systemInfo">
|
||||
<text name="game_counter">
|
||||
<color>C6C6C6</color>
|
||||
<backgroundColor>555555D8</backgroundColor>
|
||||
</text>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<theme>
|
||||
<view name="system">
|
||||
<text name="systemInfo">
|
||||
<text name="game_counter">
|
||||
<color>202020</color>
|
||||
<backgroundColor>DDDDDDD8</backgroundColor>
|
||||
</text>
|
||||
|
|
|
@ -18,15 +18,21 @@ based on: 'recalbox-multi' by the Recalbox community
|
|||
</variant>
|
||||
|
||||
<view name="system">
|
||||
<carousel name="systemcarousel">
|
||||
<carousel name="system_carousel">
|
||||
<logoScale>1.23</logoScale>
|
||||
<logoSize>0.25 0.125</logoSize>
|
||||
</carousel>
|
||||
<text name="systemInfo">
|
||||
<text name="game_counter">
|
||||
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
|
||||
<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 name="logoPlaceholderText">
|
||||
<pos>0.5 0.5</pos>
|
||||
<origin>0.5 0.5</origin>
|
||||
|
|
Loading…
Reference in a new issue