(slate-DE) Updated for the latest changes in the new theme engine.

This commit is contained in:
Leon Styhre 2022-04-16 22:09:35 +02:00
parent f463766497
commit 8ef07ea0d4
3 changed files with 37 additions and 19 deletions

View file

@ -28,15 +28,15 @@ based on: recalbox-multi by the Recalbox community
<variant name="lightMode, lightModeNoVideos, darkMode, darkModeNoVideos"> <variant name="lightMode, lightModeNoVideos, darkMode, darkModeNoVideos">
<view name="system"> <view name="system">
<carousel name="system_carousel"> <carousel name="system_carousel">
<logo>./${system.theme}/images/logo.svg</logo> <staticItem>./${system.theme}/images/logo.svg</staticItem>
<logoScale>1.23</logoScale> <itemScale>1.23</itemScale>
<logoSize>0.25 0.125</logoSize> <itemSize>0.25 0.125</itemSize>
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath> <fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
<fontSize>0.070</fontSize> <fontSize>0.070</fontSize>
<letterCase>uppercase</letterCase> <letterCase>uppercase</letterCase>
<lineSpacing>1.2</lineSpacing> <lineSpacing>1.2</lineSpacing>
<text>${system.fullName}</text> <text>${system.fullName}</text>
<maxLogoCount>3</maxLogoCount> <maxItemCount>3</maxItemCount>
</carousel> </carousel>
<text name="game_counter"> <text name="game_counter">
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath> <fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>

View file

@ -4,18 +4,18 @@
<type>vertical_wheel</type> <type>vertical_wheel</type>
<size>0.25 1.0</size> <size>0.25 1.0</size>
<pos>0 0</pos> <pos>0 0</pos>
<logo>./${system.theme}/images/logo.svg</logo> <staticItem>./${system.theme}/images/logo.svg</staticItem>
<logoScale>1.23</logoScale> <itemSize>0.15 0.125</itemSize>
<logoSize>0.15 0.125</logoSize> <itemScale>1.23</itemScale>
<logoRotation>6.5</logoRotation> <itemRotation>6.5</itemRotation>
<logoRotationOrigin>-5 0.4</logoRotationOrigin> <itemRotationOrigin>-5 0.4</itemRotationOrigin>
<logoHorizontalAlignment>left</logoHorizontalAlignment> <itemHorizontalAlignment>left</itemHorizontalAlignment>
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath> <fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
<fontSize>0.070</fontSize> <fontSize>0.070</fontSize>
<letterCase>uppercase</letterCase> <letterCase>uppercase</letterCase>
<lineSpacing>1.2</lineSpacing> <lineSpacing>1.2</lineSpacing>
<text>${system.fullName}</text> <text>${system.fullName}</text>
<maxLogoCount>10</maxLogoCount> <maxItemCount>10</maxItemCount>
</carousel> </carousel>
<text name="game_counter"> <text name="game_counter">
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath> <fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>

View file

@ -146,22 +146,40 @@
</view> </view>
<view name="gamelist"> <view name="gamelist">
<carousel name="system_carousel"> <carousel name="gamelist_carousel">
<type>vertical</type> <type>vertical</type>
<pos>0.025 0.201</pos> <pos>0.025 0.201</pos>
<size>0.39 0.711</size> <size>0.39 0.711</size>
<logoHorizontalAlignment>center</logoHorizontalAlignment> <itemType>marquee</itemType>
<logo>./${system.theme}/images/logo.svg</logo> <itemHorizontalAlignment>center</itemHorizontalAlignment>
<logoScale>1.23</logoScale> <itemVerticalAlignment>bottom</itemVerticalAlignment>
<logoSize>0.25 0.125</logoSize> <itemScale>1.23</itemScale>
<itemSize>0.20 0.105</itemSize>
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath> <fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
<fontSize>0.070</fontSize> <fontSize>0.070</fontSize>
<letterCase>uppercase</letterCase> <letterCase>uppercase</letterCase>
<lineSpacing>1.2</lineSpacing> <lineSpacing>1.2</lineSpacing>
<text>${system.fullName}</text> <maxItemCount>5</maxItemCount>
<maxLogoCount>5</maxLogoCount>
<zIndex>80</zIndex> <zIndex>80</zIndex>
</carousel> </carousel>
<!--
<carousel name="gamelist_carousel">
<type>horizontal</type>
<pos>0.025 0.201</pos>
<size>0.39 0.511</size>
<itemType>cover</itemType>
<itemHorizontalAlignment>center</itemHorizontalAlignment>
<itemVerticalAlignment>bottom</itemVerticalAlignment>
<itemScale>1.23</itemScale>
<itemSize>0.35 0.225</itemSize>
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
<fontSize>0.070</fontSize>
<letterCase>uppercase</letterCase>
<lineSpacing>1.2</lineSpacing>
<maxItemCount>3</maxItemCount>
<zIndex>80</zIndex>
</carousel>
-->
<image name="md_image"> <image name="md_image">
<origin>0.5 0.5</origin> <origin>0.5 0.5</origin>
<pos>0.63 0.45</pos> <pos>0.63 0.45</pos>
@ -174,7 +192,7 @@
<!-- Gamelist view colors. --> <!-- Gamelist view colors. -->
<view name="gamelist"> <view name="gamelist">
<carousel name="system_carousel"> <carousel name="gamelist_carousel">
<color>74747400</color> <color>74747400</color>
<textColor>262626</textColor> <textColor>262626</textColor>
</carousel> </carousel>