mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
(slate-es-de) Removed all theme engine test variants.
Also made some general configuration cleanup and improvements.
This commit is contained in:
parent
ee6a6eaa63
commit
524bf14d5f
|
@ -1,6 +1,6 @@
|
||||||
# EmulationStation Desktop Edition (ES-DE) - Slate credits
|
# Slate for EmulationStation Desktop Edition - credits
|
||||||
|
|
||||||
The theme set Slate is based on recalbox-multi by the Recalbox community.
|
The theme set slate-es-de is based on [recalbox-multi](https://gitlab.com/recalbox/recalbox-themes) by the Recalbox community.
|
||||||
|
|
||||||
Some graphics was also taken from the carbon theme by Rookervik.
|
Some graphics was also taken from the carbon theme by Rookervik.
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,12 @@ The following options are included:
|
||||||
- 16:9
|
- 16:9
|
||||||
- 4:3
|
- 4:3
|
||||||
|
|
||||||
|
3 transitions:
|
||||||
|
|
||||||
|
- Slide
|
||||||
|
- Instant
|
||||||
|
- Fade
|
||||||
|
|
||||||
There is no need for a dedicated 16:10 aspect ratio as the 16:9 layout scales really well.
|
There is no need for a dedicated 16:10 aspect ratio as the 16:9 layout scales really well.
|
||||||
|
|
||||||
# Credits
|
# Credits
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
<theme>
|
<theme>
|
||||||
<include>./../theme.xml</include>
|
<include>./../theme.xml</include>
|
||||||
|
|
||||||
<variant name="withVideos, withoutVideos, noGameMedia">
|
<variant name="all">
|
||||||
<view name="gamelist">
|
<view name="gamelist">
|
||||||
<text name="collectionsSystemName">
|
<text name="collectionsSystemName">
|
||||||
<pos>0.42 0.174</pos>
|
|
||||||
<metadata>sourceSystemFullname</metadata>
|
<metadata>sourceSystemFullname</metadata>
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
<theme>
|
<theme>
|
||||||
<include>./../theme.xml</include>
|
<include>./../theme.xml</include>
|
||||||
|
|
||||||
<variant name="withVideos, withoutVideos, noGameMedia">
|
<variant name="all">
|
||||||
<view name="gamelist">
|
<view name="gamelist">
|
||||||
<text name="collectionsSystemName">
|
<text name="collectionsSystemName">
|
||||||
<pos>0.42 0.174</pos>
|
|
||||||
<metadata>sourceSystemFullname</metadata>
|
<metadata>sourceSystemFullname</metadata>
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
<theme>
|
<theme>
|
||||||
<include>./../theme.xml</include>
|
<include>./../theme.xml</include>
|
||||||
|
|
||||||
<variant name="withVideos, withoutVideos, noGameMedia">
|
<variant name="all">
|
||||||
<view name="gamelist">
|
<view name="gamelist">
|
||||||
<text name="collectionsSystemName">
|
<text name="collectionsSystemName">
|
||||||
<pos>0.42 0.174</pos>
|
|
||||||
<metadata>sourceSystemFullname</metadata>
|
<metadata>sourceSystemFullname</metadata>
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
@ -45,24 +45,6 @@
|
||||||
<startupToGamelist>slide</startupToGamelist>
|
<startupToGamelist>slide</startupToGamelist>
|
||||||
</transitions>
|
</transitions>
|
||||||
|
|
||||||
<transitions name="fadeAndSlide">
|
|
||||||
<selectable>false</selectable>
|
|
||||||
<systemToSystem>fade</systemToSystem>
|
|
||||||
<systemToGamelist>slide</systemToGamelist>
|
|
||||||
<gamelistToGamelist>slide</gamelistToGamelist>
|
|
||||||
<gamelistToSystem>slide</gamelistToSystem>
|
|
||||||
<startupToSystem>slide</startupToSystem>
|
|
||||||
</transitions>
|
|
||||||
|
|
||||||
<transitions name="instantAndSlide">
|
|
||||||
<selectable>false</selectable>
|
|
||||||
<systemToSystem>instant</systemToSystem>
|
|
||||||
<systemToGamelist>slide</systemToGamelist>
|
|
||||||
<gamelistToGamelist>slide</gamelistToGamelist>
|
|
||||||
<gamelistToSystem>slide</gamelistToSystem>
|
|
||||||
<startupToSystem>slide</startupToSystem>
|
|
||||||
</transitions>
|
|
||||||
|
|
||||||
<suppressTransitionProfiles>
|
<suppressTransitionProfiles>
|
||||||
<entry>builtin-instant</entry>
|
<entry>builtin-instant</entry>
|
||||||
<entry>builtin-slide</entry>
|
<entry>builtin-slide</entry>
|
||||||
|
@ -93,24 +75,4 @@
|
||||||
<label>No game media</label>
|
<label>No game media</label>
|
||||||
<selectable>false</selectable>
|
<selectable>false</selectable>
|
||||||
</variant>
|
</variant>
|
||||||
|
|
||||||
<variant name="themeEngineTest_1">
|
|
||||||
<label>Theme engine test 1</label>
|
|
||||||
<selectable>true</selectable>
|
|
||||||
</variant>
|
|
||||||
|
|
||||||
<variant name="themeEngineTest_2">
|
|
||||||
<label>Theme engine test 2</label>
|
|
||||||
<selectable>true</selectable>
|
|
||||||
</variant>
|
|
||||||
|
|
||||||
<variant name="themeEngineTest_3">
|
|
||||||
<label>Theme engine test 3</label>
|
|
||||||
<selectable>true</selectable>
|
|
||||||
</variant>
|
|
||||||
|
|
||||||
<variant name="themeEngineTest_4">
|
|
||||||
<label>Theme engine test 4</label>
|
|
||||||
<selectable>true</selectable>
|
|
||||||
</variant>
|
|
||||||
</themeCapabilities>
|
</themeCapabilities>
|
|
@ -36,7 +36,7 @@
|
||||||
<gamelistTextlistSelectedColor>AFAFAF</gamelistTextlistSelectedColor>
|
<gamelistTextlistSelectedColor>AFAFAF</gamelistTextlistSelectedColor>
|
||||||
<gamelistTextlistPrimaryColor>000000</gamelistTextlistPrimaryColor>
|
<gamelistTextlistPrimaryColor>000000</gamelistTextlistPrimaryColor>
|
||||||
<gamelistTextlistSecondaryColor>333333</gamelistTextlistSecondaryColor>
|
<gamelistTextlistSecondaryColor>333333</gamelistTextlistSecondaryColor>
|
||||||
<gamelistCustomCollectionsHeaderColor>C6C6C6</gamelistCustomCollectionsHeaderColor>
|
<gamelistCollectionsHeaderColor>C6C6C6</gamelistCollectionsHeaderColor>
|
||||||
|
|
||||||
<gamelistDefaultTextColor>000000</gamelistDefaultTextColor>
|
<gamelistDefaultTextColor>000000</gamelistDefaultTextColor>
|
||||||
<gamelistInfoColor>303030</gamelistInfoColor>
|
<gamelistInfoColor>303030</gamelistInfoColor>
|
||||||
|
@ -68,7 +68,7 @@
|
||||||
<gamelistTextlistSelectedColor>9F9F9F</gamelistTextlistSelectedColor>
|
<gamelistTextlistSelectedColor>9F9F9F</gamelistTextlistSelectedColor>
|
||||||
<gamelistTextlistPrimaryColor>262626</gamelistTextlistPrimaryColor>
|
<gamelistTextlistPrimaryColor>262626</gamelistTextlistPrimaryColor>
|
||||||
<gamelistTextlistSecondaryColor>4D4D4D</gamelistTextlistSecondaryColor>
|
<gamelistTextlistSecondaryColor>4D4D4D</gamelistTextlistSecondaryColor>
|
||||||
<gamelistCustomCollectionsHeaderColor>202020</gamelistCustomCollectionsHeaderColor>
|
<gamelistCollectionsHeaderColor>202020</gamelistCollectionsHeaderColor>
|
||||||
|
|
||||||
<gamelistDefaultTextColor>262626</gamelistDefaultTextColor>
|
<gamelistDefaultTextColor>262626</gamelistDefaultTextColor>
|
||||||
<gamelistInfoColor>505050</gamelistInfoColor>
|
<gamelistInfoColor>505050</gamelistInfoColor>
|
||||||
|
|
|
@ -1,14 +1,12 @@
|
||||||
<theme>
|
<theme>
|
||||||
<include>./../theme.xml</include>
|
<include>./../theme.xml</include>
|
||||||
|
|
||||||
<variant name="withVideos, withoutVideos, noGameMedia">
|
<variant name="all">
|
||||||
<view name="gamelist">
|
<view name="gamelist">
|
||||||
<text name="collectionsSystemName">
|
<text name="customCollectionsSystemName">
|
||||||
<pos>0.42 0.128</pos>
|
|
||||||
<metadata>sourceSystemFullname</metadata>
|
<metadata>sourceSystemFullname</metadata>
|
||||||
</text>
|
</text>
|
||||||
<text name="customCollectionsHeader">
|
<text name="customCollectionsHeader, customCollectionsHeaderNoMedia">
|
||||||
<pos>0.42 0.174</pos>
|
|
||||||
<metadata>systemFullname</metadata>
|
<metadata>systemFullname</metadata>
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
@ -10,90 +10,19 @@
|
||||||
<include>./colors.xml</include>
|
<include>./colors.xml</include>
|
||||||
|
|
||||||
<!-- Per-system band colors and platform info -->
|
<!-- Per-system band colors and platform info -->
|
||||||
<variant name="all">
|
|
||||||
<include>./${system.theme}/colors.xml</include>
|
<include>./${system.theme}/colors.xml</include>
|
||||||
<include>./${system.theme}/systeminfo.xml</include>
|
<include>./${system.theme}/systeminfo.xml</include>
|
||||||
</variant>
|
|
||||||
|
|
||||||
<variables>
|
<variables>
|
||||||
|
<regularFont>./core/fonts/Exo2-RegularCondensed.otf</regularFont>
|
||||||
|
<semiBoldFont>./core/fonts/Exo2-SemiBoldCondensed.otf</semiBoldFont>
|
||||||
|
<boldFont>./core/fonts/Exo2-BoldCondensed.otf</boldFont>
|
||||||
<systemConsoleImage>./${system.theme}/images/consolegame.svg</systemConsoleImage>
|
<systemConsoleImage>./${system.theme}/images/consolegame.svg</systemConsoleImage>
|
||||||
<systemControllerImage>./${system.theme}/images/controller.svg</systemControllerImage>
|
<systemControllerImage>./${system.theme}/images/controller.svg</systemControllerImage>
|
||||||
<systemLogo>./${system.theme}/images/logo.svg</systemLogo>
|
<systemLogo>./${system.theme}/images/logo.svg</systemLogo>
|
||||||
</variables>
|
</variables>
|
||||||
|
|
||||||
<variant name="withVideos, withoutVideos, noGameMedia">
|
<variant name="all">
|
||||||
<transitions>slide</transitions>
|
|
||||||
</variant>
|
|
||||||
|
|
||||||
<variant name="withVideos, withoutVideos, noGameMedia">
|
|
||||||
<view name="system">
|
|
||||||
<carousel name="systemCarousel">
|
|
||||||
<pos>0 0.383796</pos>
|
|
||||||
<size>1 0.232407</size>
|
|
||||||
<type>horizontal</type>
|
|
||||||
<staticImage>./${system.theme}/images/logo.svg</staticImage>
|
|
||||||
<maxItemCount>3</maxItemCount>
|
|
||||||
<itemSize>0.25 0.125</itemSize>
|
|
||||||
<itemScale>1.23</itemScale>
|
|
||||||
<imageInterpolation>linear</imageInterpolation>
|
|
||||||
<unfocusedItemOpacity>0.5</unfocusedItemOpacity>
|
|
||||||
<color>${systemCarouselColor}</color>
|
|
||||||
<text>${system.fullName}</text>
|
|
||||||
<textColor>${systemCarouselTextColor}</textColor>
|
|
||||||
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
|
|
||||||
<fontSize>0.055</fontSize>
|
|
||||||
<letterCase>uppercase</letterCase>
|
|
||||||
<lineSpacing>1.2</lineSpacing>
|
|
||||||
</carousel>
|
|
||||||
<text name="gameCounter">
|
|
||||||
<pos>0.5 0.6437</pos>
|
|
||||||
<size>1 0.056</size>
|
|
||||||
<origin>0.5 0.5</origin>
|
|
||||||
<systemdata>gamecount</systemdata>
|
|
||||||
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
|
|
||||||
<fontSize>0.035</fontSize>
|
|
||||||
<horizontalAlignment>center</horizontalAlignment>
|
|
||||||
<color>${systemGameCounterColor}</color>
|
|
||||||
<backgroundColor>${systemGameCounterBackgroundColor}</backgroundColor>
|
|
||||||
<letterCase>uppercase</letterCase>
|
|
||||||
<zIndex>50</zIndex>
|
|
||||||
</text>
|
|
||||||
<helpsystem name="help">
|
|
||||||
<pos>0.012 0.955</pos>
|
|
||||||
<textColor>${systemHelpColor}</textColor>
|
|
||||||
<iconColor>${systemHelpColor}</iconColor>
|
|
||||||
<textColorDimmed>${systemHelpColorDimmed}</textColorDimmed>
|
|
||||||
<iconColorDimmed>${systemHelpColorDimmed}</iconColorDimmed>
|
|
||||||
<fontSize>0.035</fontSize>
|
|
||||||
</helpsystem>
|
|
||||||
</view>
|
|
||||||
<view name="gamelist">
|
|
||||||
<textlist name="gamelistTextlist">
|
|
||||||
<pos>0.025 0.201</pos>
|
|
||||||
<size>0.39 0.711</size>
|
|
||||||
<selectorColor>${gamelistTextlistSelectorColor}</selectorColor>
|
|
||||||
<selectedColor>${gamelistTextlistSelectedColor}</selectedColor>
|
|
||||||
<primaryColor>${gamelistTextlistPrimaryColor}</primaryColor>
|
|
||||||
<secondaryColor>${gamelistTextlistSecondaryColor}</secondaryColor>
|
|
||||||
<fontPath>./core/fonts/Exo2-BoldCondensed.otf</fontPath>
|
|
||||||
<fontSize>0.025</fontSize>
|
|
||||||
<horizontalAlignment>left</horizontalAlignment>
|
|
||||||
<horizontalMargin>0.01</horizontalMargin>
|
|
||||||
<letterCase>uppercase</letterCase>
|
|
||||||
<indicators>symbols</indicators>
|
|
||||||
<collectionIndicators>symbols</collectionIndicators>
|
|
||||||
</textlist>
|
|
||||||
<helpsystem name="help">
|
|
||||||
<pos>0.012 0.955</pos>
|
|
||||||
<textColor>${gamelistHelpColor}</textColor>
|
|
||||||
<iconColor>${gamelistHelpColor}</iconColor>
|
|
||||||
<textColorDimmed>${gamelistHelpColorDimmed}</textColorDimmed>
|
|
||||||
<iconColorDimmed>${gamelistHelpColorDimmed}</iconColorDimmed>
|
|
||||||
<fontSize>0.035</fontSize>
|
|
||||||
</helpsystem>
|
|
||||||
</view>
|
|
||||||
</variant>
|
|
||||||
|
|
||||||
<view name="system, gamelist">
|
<view name="system, gamelist">
|
||||||
<image name="background">
|
<image name="background">
|
||||||
<pos>0 0</pos>
|
<pos>0 0</pos>
|
||||||
|
@ -130,6 +59,37 @@
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view name="system">
|
<view name="system">
|
||||||
|
<carousel name="systemCarousel">
|
||||||
|
<pos>0 0.383796</pos>
|
||||||
|
<size>1 0.232407</size>
|
||||||
|
<type>horizontal</type>
|
||||||
|
<staticImage>./${system.theme}/images/logo.svg</staticImage>
|
||||||
|
<maxItemCount>3</maxItemCount>
|
||||||
|
<itemSize>0.25 0.125</itemSize>
|
||||||
|
<itemScale>1.23</itemScale>
|
||||||
|
<imageInterpolation>linear</imageInterpolation>
|
||||||
|
<unfocusedItemOpacity>0.5</unfocusedItemOpacity>
|
||||||
|
<color>${systemCarouselColor}</color>
|
||||||
|
<text>${system.fullName}</text>
|
||||||
|
<textColor>${systemCarouselTextColor}</textColor>
|
||||||
|
<fontPath>${regularFont}</fontPath>
|
||||||
|
<fontSize>0.055</fontSize>
|
||||||
|
<letterCase>uppercase</letterCase>
|
||||||
|
<lineSpacing>1.2</lineSpacing>
|
||||||
|
</carousel>
|
||||||
|
<text name="gameCounter">
|
||||||
|
<pos>0.5 0.6437</pos>
|
||||||
|
<size>1 0.056</size>
|
||||||
|
<origin>0.5 0.5</origin>
|
||||||
|
<systemdata>gamecount</systemdata>
|
||||||
|
<fontPath>${regularFont}</fontPath>
|
||||||
|
<fontSize>0.035</fontSize>
|
||||||
|
<horizontalAlignment>center</horizontalAlignment>
|
||||||
|
<color>${systemGameCounterColor}</color>
|
||||||
|
<backgroundColor>${systemGameCounterBackgroundColor}</backgroundColor>
|
||||||
|
<letterCase>uppercase</letterCase>
|
||||||
|
<zIndex>50</zIndex>
|
||||||
|
</text>
|
||||||
<image name="consolegame">
|
<image name="consolegame">
|
||||||
<pos>0.02 0.327</pos>
|
<pos>0.02 0.327</pos>
|
||||||
<maxSize>0.4 0.28</maxSize>
|
<maxSize>0.4 0.28</maxSize>
|
||||||
|
@ -144,7 +104,7 @@
|
||||||
</image>
|
</image>
|
||||||
<text name="info1, info2, info3, info4, info5, info6, info7, info8, info9, info10">
|
<text name="info1, info2, info3, info4, info5, info6, info7, info8, info9, info10">
|
||||||
<size>0.4 0.03</size>
|
<size>0.4 0.03</size>
|
||||||
<fontPath>./core/fonts/Exo2-SemiBoldCondensed.otf</fontPath>
|
<fontPath>${semiBoldFont}</fontPath>
|
||||||
<fontSize>0.021</fontSize>
|
<fontSize>0.021</fontSize>
|
||||||
<horizontalAlignment>left</horizontalAlignment>
|
<horizontalAlignment>left</horizontalAlignment>
|
||||||
<color>${systemInfoTextColor}</color>
|
<color>${systemInfoTextColor}</color>
|
||||||
|
@ -179,9 +139,32 @@
|
||||||
<text name="info10">
|
<text name="info10">
|
||||||
<pos>0.38 0.904</pos>
|
<pos>0.38 0.904</pos>
|
||||||
</text>
|
</text>
|
||||||
|
<helpsystem name="help">
|
||||||
|
<pos>0.012 0.955</pos>
|
||||||
|
<textColor>${systemHelpColor}</textColor>
|
||||||
|
<iconColor>${systemHelpColor}</iconColor>
|
||||||
|
<textColorDimmed>${systemHelpColorDimmed}</textColorDimmed>
|
||||||
|
<iconColorDimmed>${systemHelpColorDimmed}</iconColorDimmed>
|
||||||
|
<fontSize>0.035</fontSize>
|
||||||
|
</helpsystem>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view name="gamelist">
|
<view name="gamelist">
|
||||||
|
<textlist name="gamelistTextlist">
|
||||||
|
<pos>0.025 0.201</pos>
|
||||||
|
<size>0.39 0.711</size>
|
||||||
|
<selectorColor>${gamelistTextlistSelectorColor}</selectorColor>
|
||||||
|
<selectedColor>${gamelistTextlistSelectedColor}</selectedColor>
|
||||||
|
<primaryColor>${gamelistTextlistPrimaryColor}</primaryColor>
|
||||||
|
<secondaryColor>${gamelistTextlistSecondaryColor}</secondaryColor>
|
||||||
|
<fontPath>${boldFont}</fontPath>
|
||||||
|
<fontSize>0.025</fontSize>
|
||||||
|
<horizontalAlignment>left</horizontalAlignment>
|
||||||
|
<horizontalMargin>0.01</horizontalMargin>
|
||||||
|
<letterCase>uppercase</letterCase>
|
||||||
|
<indicators>symbols</indicators>
|
||||||
|
<collectionIndicators>symbols</collectionIndicators>
|
||||||
|
</textlist>
|
||||||
<image name="consolegame">
|
<image name="consolegame">
|
||||||
<pos>0.02 0.17</pos>
|
<pos>0.02 0.17</pos>
|
||||||
<maxSize>0.4 0.15</maxSize>
|
<maxSize>0.4 0.15</maxSize>
|
||||||
|
@ -208,38 +191,48 @@
|
||||||
<color>${gamelistBackFrameColor}</color>
|
<color>${gamelistBackFrameColor}</color>
|
||||||
<zIndex>10</zIndex>
|
<zIndex>10</zIndex>
|
||||||
</image>
|
</image>
|
||||||
<text name="collectionsSystemName">
|
<text name="collectionsSystemName, customCollectionsSystemName">
|
||||||
<size>0.214 0.025</size>
|
<size>0.214 0.025</size>
|
||||||
<origin>1 1</origin>
|
<origin>1 1</origin>
|
||||||
<metadataElement>true</metadataElement>
|
<metadataElement>true</metadataElement>
|
||||||
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
|
<fontPath>${regularFont}</fontPath>
|
||||||
<fontSize>0.025</fontSize>
|
<fontSize>0.025</fontSize>
|
||||||
<horizontalAlignment>right</horizontalAlignment>
|
<horizontalAlignment>right</horizontalAlignment>
|
||||||
<color>${gamelistCustomCollectionsHeaderColor}</color>
|
<color>${gamelistCollectionsHeaderColor}</color>
|
||||||
<letterCase>uppercase</letterCase>
|
<letterCase>uppercase</letterCase>
|
||||||
<lineSpacing>1.0</lineSpacing>
|
<lineSpacing>1.0</lineSpacing>
|
||||||
</text>
|
</text>
|
||||||
<text name="customCollectionsHeader">
|
<text name="customCollectionsHeader, customCollectionsHeaderNoMedia">
|
||||||
<size>0.214 0.05</size>
|
<size>0.214 0.05</size>
|
||||||
<origin>1 1</origin>
|
<origin>1 1</origin>
|
||||||
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
|
<fontPath>${regularFont}</fontPath>
|
||||||
<fontSize>0.05</fontSize>
|
<fontSize>0.05</fontSize>
|
||||||
<horizontalAlignment>right</horizontalAlignment>
|
<horizontalAlignment>right</horizontalAlignment>
|
||||||
<color>${gamelistCustomCollectionsHeaderColor}</color>
|
<color>${gamelistCollectionsHeaderColor}</color>
|
||||||
<letterCase>uppercase</letterCase>
|
<letterCase>uppercase</letterCase>
|
||||||
<lineSpacing>1.0</lineSpacing>
|
<lineSpacing>1.0</lineSpacing>
|
||||||
</text>
|
</text>
|
||||||
|
<text name="collectionsSystemName, customCollectionsHeader">
|
||||||
|
<pos>0.42 0.174</pos>
|
||||||
|
</text>
|
||||||
|
<text name="customCollectionsSystemName">
|
||||||
|
<pos>0.42 0.128</pos>
|
||||||
|
</text>
|
||||||
|
<text name="customCollectionsHeaderNoMedia">
|
||||||
|
<pos>0.78 0.10</pos>
|
||||||
|
<visible>false</visible>
|
||||||
|
</text>
|
||||||
<text name="labelReleasedate, labelDeveloper, labelPublisher,
|
<text name="labelReleasedate, labelDeveloper, labelPublisher,
|
||||||
labelGenre, labelPlayers, labelLastplayed">
|
labelGenre, labelPlayers, labelLastplayed">
|
||||||
<size>0.14 0.02</size>
|
<size>0.14 0.02</size>
|
||||||
<fontPath>./core/fonts/Exo2-BoldCondensed.otf</fontPath>
|
<fontPath>${boldFont}</fontPath>
|
||||||
<fontSize>0.0195</fontSize>
|
<fontSize>0.0195</fontSize>
|
||||||
<color>${gamelistDefaultTextColor}</color>
|
<color>${gamelistDefaultTextColor}</color>
|
||||||
<letterCase>uppercase</letterCase>
|
<letterCase>uppercase</letterCase>
|
||||||
</text>
|
</text>
|
||||||
<text name="developer, publisher, genre, players">
|
<text name="developer, publisher, genre, players">
|
||||||
<size>0.14 0.02</size>
|
<size>0.14 0.02</size>
|
||||||
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
|
<fontPath>${regularFont}</fontPath>
|
||||||
<fontSize>0.0195</fontSize>
|
<fontSize>0.0195</fontSize>
|
||||||
<color>${gamelistDefaultTextColor}</color>
|
<color>${gamelistDefaultTextColor}</color>
|
||||||
<letterCase>uppercase</letterCase>
|
<letterCase>uppercase</letterCase>
|
||||||
|
@ -253,7 +246,7 @@
|
||||||
<containerStartDelay>4.5</containerStartDelay>
|
<containerStartDelay>4.5</containerStartDelay>
|
||||||
<containerResetDelay>7</containerResetDelay>
|
<containerResetDelay>7</containerResetDelay>
|
||||||
<metadata>description</metadata>
|
<metadata>description</metadata>
|
||||||
<fontPath>./core/fonts/Exo2-SemiBoldCondensed.otf</fontPath>
|
<fontPath>${semiBoldFont}</fontPath>
|
||||||
<fontSize>0.0195</fontSize>
|
<fontSize>0.0195</fontSize>
|
||||||
<color>${gamelistDefaultTextColor}</color>
|
<color>${gamelistDefaultTextColor}</color>
|
||||||
<letterCase>uppercase</letterCase>
|
<letterCase>uppercase</letterCase>
|
||||||
|
@ -261,7 +254,7 @@
|
||||||
</text>
|
</text>
|
||||||
<datetime name="releasedate, lastplayed">
|
<datetime name="releasedate, lastplayed">
|
||||||
<size>0.14 0.02</size>
|
<size>0.14 0.02</size>
|
||||||
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
|
<fontPath>${regularFont}</fontPath>
|
||||||
<fontSize>0.0195</fontSize>
|
<fontSize>0.0195</fontSize>
|
||||||
<color>${gamelistDefaultTextColor}</color>
|
<color>${gamelistDefaultTextColor}</color>
|
||||||
<letterCase>uppercase</letterCase>
|
<letterCase>uppercase</letterCase>
|
||||||
|
@ -332,7 +325,7 @@
|
||||||
<gamelistinfo name="gamelistInfo">
|
<gamelistinfo name="gamelistInfo">
|
||||||
<pos>0.773 0.192</pos>
|
<pos>0.773 0.192</pos>
|
||||||
<size>0.2 0.042</size>
|
<size>0.2 0.042</size>
|
||||||
<fontPath>./core/fonts/Exo2-BoldCondensed.otf</fontPath>
|
<fontPath>${boldFont}</fontPath>
|
||||||
<fontSize>0.025</fontSize>
|
<fontSize>0.025</fontSize>
|
||||||
<horizontalAlignment>right</horizontalAlignment>
|
<horizontalAlignment>right</horizontalAlignment>
|
||||||
<color>${gamelistInfoColor}</color>
|
<color>${gamelistInfoColor}</color>
|
||||||
|
@ -351,7 +344,16 @@
|
||||||
<folderLinkSize>0.31</folderLinkSize>
|
<folderLinkSize>0.31</folderLinkSize>
|
||||||
<itemMargin>-1.0 0.005</itemMargin>
|
<itemMargin>-1.0 0.005</itemMargin>
|
||||||
</badges>
|
</badges>
|
||||||
|
<helpsystem name="help">
|
||||||
|
<pos>0.012 0.955</pos>
|
||||||
|
<textColor>${gamelistHelpColor}</textColor>
|
||||||
|
<iconColor>${gamelistHelpColor}</iconColor>
|
||||||
|
<textColorDimmed>${gamelistHelpColorDimmed}</textColorDimmed>
|
||||||
|
<iconColorDimmed>${gamelistHelpColorDimmed}</iconColorDimmed>
|
||||||
|
<fontSize>0.035</fontSize>
|
||||||
|
</helpsystem>
|
||||||
</view>
|
</view>
|
||||||
|
</variant>
|
||||||
|
|
||||||
<variant name="withVideos">
|
<variant name="withVideos">
|
||||||
<view name="gamelist">
|
<view name="gamelist">
|
||||||
|
@ -426,7 +428,7 @@
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
<view name="gamelist">
|
<view name="gamelist">
|
||||||
<text name="collectionsSystemName">
|
<text name="collectionsSystemName, customCollectionsSystemName">
|
||||||
<size>0.182 0.025</size>
|
<size>0.182 0.025</size>
|
||||||
</text>
|
</text>
|
||||||
<text name="customCollectionsHeader">
|
<text name="customCollectionsHeader">
|
||||||
|
@ -461,10 +463,11 @@
|
||||||
<badges name="badges">
|
<badges name="badges">
|
||||||
<visible>false</visible>
|
<visible>false</visible>
|
||||||
</badges>
|
</badges>
|
||||||
<text name="customCollectionsHeader">
|
<text name="customCollectionsHeaderNoMedia">
|
||||||
<pos>0.78 0.10</pos>
|
<visible>true</visible>
|
||||||
<origin>1 1</origin>
|
</text>
|
||||||
<horizontalAlignment>right</horizontalAlignment>
|
<text name="collectionsSystemName, customCollectionsSystemName, customCollectionsHeader">
|
||||||
|
<visible>false</visible>
|
||||||
</text>
|
</text>
|
||||||
<text name="labelReleasedate, labelDeveloper, labelPublisher, labelGenre, labelPlayers,
|
<text name="labelReleasedate, labelDeveloper, labelPublisher, labelGenre, labelPlayers,
|
||||||
labelLastplayed, developer, publisher, genre, players, description">
|
labelLastplayed, developer, publisher, genre, players, description">
|
||||||
|
@ -481,24 +484,4 @@
|
||||||
</rating>
|
</rating>
|
||||||
</view>
|
</view>
|
||||||
</variant>
|
</variant>
|
||||||
|
|
||||||
<variant name="themeEngineTest_1">
|
|
||||||
<transitions>fadeAndSlide</transitions>
|
|
||||||
<include>./theme_engine_test_1.xml</include>
|
|
||||||
</variant>
|
|
||||||
|
|
||||||
<variant name="themeEngineTest_2">
|
|
||||||
<transitions>instantAndSlide</transitions>
|
|
||||||
<include>./theme_engine_test_2.xml</include>
|
|
||||||
</variant>
|
|
||||||
|
|
||||||
<variant name="themeEngineTest_3">
|
|
||||||
<transitions>instantAndSlide</transitions>
|
|
||||||
<include>./theme_engine_test_3.xml</include>
|
|
||||||
</variant>
|
|
||||||
|
|
||||||
<variant name="themeEngineTest_4">
|
|
||||||
<transitions>instantAndSlide</transitions>
|
|
||||||
<include>./theme_engine_test_4.xml</include>
|
|
||||||
</variant>
|
|
||||||
</theme>
|
</theme>
|
|
@ -1,316 +0,0 @@
|
||||||
<theme>
|
|
||||||
<!-- Test of vertical system carousel wheel, system videos, gameselector elements etc. -->
|
|
||||||
|
|
||||||
<view name="system">
|
|
||||||
<carousel name="systemCarousel">
|
|
||||||
<pos>0 0</pos>
|
|
||||||
<size>0.28 1</size>
|
|
||||||
<type>verticalWheel</type>
|
|
||||||
<staticImage>./${system.theme}/images/logo.svg</staticImage>
|
|
||||||
<itemsBeforeCenter>4</itemsBeforeCenter>
|
|
||||||
<itemsAfterCenter>4</itemsAfterCenter>
|
|
||||||
<itemSize>0.15 0.125</itemSize>
|
|
||||||
<itemScale>1.23</itemScale>
|
|
||||||
<itemRotation>11</itemRotation>
|
|
||||||
<itemRotationOrigin>-3.03 0.5</itemRotationOrigin>
|
|
||||||
<itemAxisHorizontal>true</itemAxisHorizontal>
|
|
||||||
<itemHorizontalAlignment>center</itemHorizontalAlignment>
|
|
||||||
<itemVerticalAlignment>center</itemVerticalAlignment>
|
|
||||||
<wheelHorizontalAlignment>right</wheelHorizontalAlignment>
|
|
||||||
<horizontalOffset>-0.05</horizontalOffset>
|
|
||||||
<color>555555BB</color>
|
|
||||||
<text>${system.fullName}</text>
|
|
||||||
<textColor>F0F0F0</textColor>
|
|
||||||
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
|
|
||||||
<fontSize>0.056</fontSize>
|
|
||||||
<letterCase>uppercase</letterCase>
|
|
||||||
<lineSpacing>1.2</lineSpacing>
|
|
||||||
</carousel>
|
|
||||||
<gameselector name="selectorRecent">
|
|
||||||
<selection>lastplayed</selection>
|
|
||||||
<gameCount>1</gameCount>
|
|
||||||
</gameselector>
|
|
||||||
<gameselector name="selectorRandom">
|
|
||||||
<selection>random</selection>
|
|
||||||
<gameCount>1</gameCount>
|
|
||||||
</gameselector>
|
|
||||||
<image name="randomBackgroundImage">
|
|
||||||
<pos>0 0</pos>
|
|
||||||
<size>1 1</size>
|
|
||||||
<imageType>fanart, titlescreen</imageType>
|
|
||||||
<gameselector>selectorRandom</gameselector>
|
|
||||||
<interpolation>nearest</interpolation>
|
|
||||||
<opacity>0.8</opacity>
|
|
||||||
<saturation>0.8</saturation>
|
|
||||||
<zIndex>3</zIndex>
|
|
||||||
</image>
|
|
||||||
<image name="recentGameImage">
|
|
||||||
<pos>0.975 0.08</pos>
|
|
||||||
<origin>1 0</origin>
|
|
||||||
<size>0.2 0</size>
|
|
||||||
<imageType>cover</imageType>
|
|
||||||
<gameselector>selectorRecent</gameselector>
|
|
||||||
<interpolation>nearest</interpolation>
|
|
||||||
<zIndex>3</zIndex>
|
|
||||||
</image>
|
|
||||||
<video name="randomGameVideo">
|
|
||||||
<pos>0.30 0.23</pos>
|
|
||||||
<maxSize>0.3 0.424</maxSize>
|
|
||||||
<imageType>marquee, titlescreen</imageType>
|
|
||||||
<gameselector>selectorRandom</gameselector>
|
|
||||||
<audio>true</audio>
|
|
||||||
<interpolation>linear</interpolation>
|
|
||||||
<pillarboxes>false</pillarboxes>
|
|
||||||
<scanlines>false</scanlines>
|
|
||||||
<delay>1.7</delay>
|
|
||||||
<fadeInTime>1.2</fadeInTime>
|
|
||||||
</video>
|
|
||||||
<text name="gameCounter">
|
|
||||||
<pos>0.30 0.082</pos>
|
|
||||||
<size>0.35 0.1</size>
|
|
||||||
<systemdata>gamecount</systemdata>
|
|
||||||
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
|
|
||||||
<fontSize>0.048</fontSize>
|
|
||||||
<horizontalAlignment>left</horizontalAlignment>
|
|
||||||
<color>C6C6C6</color>
|
|
||||||
<backgroundColor>55555500</backgroundColor>
|
|
||||||
<letterCase>uppercase</letterCase>
|
|
||||||
<zIndex>50</zIndex>
|
|
||||||
</text>
|
|
||||||
<text name="systemName">
|
|
||||||
<pos>0.30 0.01</pos>
|
|
||||||
<size>0.46 0.1</size>
|
|
||||||
<systemdata>fullname</systemdata>
|
|
||||||
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
|
|
||||||
<fontSize>0.075</fontSize>
|
|
||||||
<horizontalAlignment>left</horizontalAlignment>
|
|
||||||
<color>E6E6E6</color>
|
|
||||||
<backgroundColor>55555500</backgroundColor>
|
|
||||||
<letterCase>uppercase</letterCase>
|
|
||||||
<zIndex>50</zIndex>
|
|
||||||
</text>
|
|
||||||
<text name="gameName">
|
|
||||||
<pos>0.775 0.59</pos>
|
|
||||||
<size>0.2 0.05</size>
|
|
||||||
<metadata>name</metadata>
|
|
||||||
<gameselector>selectorRecent</gameselector>
|
|
||||||
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
|
|
||||||
<fontSize>0.045</fontSize>
|
|
||||||
<horizontalAlignment>right</horizontalAlignment>
|
|
||||||
<color>E6E6E6</color>
|
|
||||||
<backgroundColor>55555500</backgroundColor>
|
|
||||||
<letterCase>none</letterCase>
|
|
||||||
<zIndex>50</zIndex>
|
|
||||||
</text>
|
|
||||||
<datetime name="gameLastplayed">
|
|
||||||
<pos>0.775 0.64</pos>
|
|
||||||
<size>0.2 0.05</size>
|
|
||||||
<metadata>lastplayed</metadata>
|
|
||||||
<gameselector>selectorRecent</gameselector>
|
|
||||||
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
|
|
||||||
<fontSize>0.045</fontSize>
|
|
||||||
<horizontalAlignment>right</horizontalAlignment>
|
|
||||||
<color>E6E6E6</color>
|
|
||||||
<backgroundColor>55555500</backgroundColor>
|
|
||||||
<letterCase>capitalize</letterCase>
|
|
||||||
<displayRelative>true</displayRelative>
|
|
||||||
<zIndex>50</zIndex>
|
|
||||||
</datetime>
|
|
||||||
<text name="recentlyPlayed">
|
|
||||||
<pos>0.775 0.03</pos>
|
|
||||||
<size>0.2 0</size>
|
|
||||||
<text>Last played</text>
|
|
||||||
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
|
|
||||||
<fontSize>0.035</fontSize>
|
|
||||||
<horizontalAlignment>left</horizontalAlignment>
|
|
||||||
<color>E6E6E6</color>
|
|
||||||
<backgroundColor>55555500</backgroundColor>
|
|
||||||
<letterCase>uppercase</letterCase>
|
|
||||||
<zIndex>50</zIndex>
|
|
||||||
</text>
|
|
||||||
<text name="info1, info2, info3, info4, info5, info6, info7, info8, info9, info10">
|
|
||||||
<color>D6D6D6</color>
|
|
||||||
</text>
|
|
||||||
<text name="info1">
|
|
||||||
<pos>0.58 0.695</pos>
|
|
||||||
<horizontalAlignment>right</horizontalAlignment>
|
|
||||||
</text>
|
|
||||||
<text name="info2">
|
|
||||||
<pos>0.58 0.716</pos>
|
|
||||||
<horizontalAlignment>right</horizontalAlignment>
|
|
||||||
</text>
|
|
||||||
<text name="info3">
|
|
||||||
<pos>0.58 0.737</pos>
|
|
||||||
<horizontalAlignment>right</horizontalAlignment>
|
|
||||||
</text>
|
|
||||||
<text name="info4">
|
|
||||||
<pos>0.58 0.758</pos>
|
|
||||||
<horizontalAlignment>right</horizontalAlignment>
|
|
||||||
</text>
|
|
||||||
<text name="info5">
|
|
||||||
<pos>0.58 0.799</pos>
|
|
||||||
<horizontalAlignment>right</horizontalAlignment>
|
|
||||||
</text>
|
|
||||||
<text name="info6">
|
|
||||||
<pos>0.58 0.820</pos>
|
|
||||||
<horizontalAlignment>right</horizontalAlignment>
|
|
||||||
</text>
|
|
||||||
<text name="info7">
|
|
||||||
<pos>0.58 0.841</pos>
|
|
||||||
<horizontalAlignment>right</horizontalAlignment>
|
|
||||||
</text>
|
|
||||||
<text name="info8">
|
|
||||||
<pos>0.58 0.862</pos>
|
|
||||||
<horizontalAlignment>right</horizontalAlignment>
|
|
||||||
</text>
|
|
||||||
<text name="info9">
|
|
||||||
<pos>0.58 0.883</pos>
|
|
||||||
<horizontalAlignment>right</horizontalAlignment>
|
|
||||||
</text>
|
|
||||||
<text name="info10">
|
|
||||||
<pos>0.58 0.904</pos>
|
|
||||||
<horizontalAlignment>right</horizontalAlignment>
|
|
||||||
</text>
|
|
||||||
<rating name="randomGameRating">
|
|
||||||
<pos>0.30 0.167</pos>
|
|
||||||
<size>0.06 0.04</size>
|
|
||||||
<gameselector>selectorRandom</gameselector>
|
|
||||||
<color>FFEE00</color>
|
|
||||||
<opacity>0.9</opacity>
|
|
||||||
</rating>
|
|
||||||
<rating name="recentGameRating">
|
|
||||||
<pos>0.975 0.042</pos>
|
|
||||||
<origin>1 0</origin>
|
|
||||||
<size>0.03 0.03</size>
|
|
||||||
<gameselector>selectorRecent</gameselector>
|
|
||||||
<color>FFEE00</color>
|
|
||||||
</rating>
|
|
||||||
<helpsystem name="help">
|
|
||||||
<pos>0.9885 0.955</pos>
|
|
||||||
<origin>1 0</origin>
|
|
||||||
<textColor>A6A6A6</textColor>
|
|
||||||
<iconColor>A6A6A6</iconColor>
|
|
||||||
<textColorDimmed>969696</textColorDimmed>
|
|
||||||
<iconColorDimmed>969696</iconColorDimmed>
|
|
||||||
</helpsystem>
|
|
||||||
<!-- Hide some unwanted elements -->
|
|
||||||
<image name="background">
|
|
||||||
<visible>false</visible>
|
|
||||||
</image>
|
|
||||||
<image name="band1">
|
|
||||||
<visible>false</visible>
|
|
||||||
</image>
|
|
||||||
<image name="band2">
|
|
||||||
<visible>false</visible>
|
|
||||||
</image>
|
|
||||||
<image name="band3">
|
|
||||||
<visible>false</visible>
|
|
||||||
</image>
|
|
||||||
<image name="band4">
|
|
||||||
<visible>false</visible>
|
|
||||||
</image>
|
|
||||||
<image name="consolegame">
|
|
||||||
<visible>false</visible>
|
|
||||||
</image>
|
|
||||||
<image name="controller">
|
|
||||||
<visible>false</visible>
|
|
||||||
</image>
|
|
||||||
</view>
|
|
||||||
|
|
||||||
<view name="gamelist">
|
|
||||||
<carousel name="gamelistCarousel">
|
|
||||||
<pos>0.5 0.645</pos>
|
|
||||||
<size>0.96 0.28</size>
|
|
||||||
<origin>0.5 0</origin>
|
|
||||||
<type>horizontalWheel</type>
|
|
||||||
<imageType>marquee</imageType>
|
|
||||||
<itemSize>0.12 0.125</itemSize>
|
|
||||||
<itemScale>1.5</itemScale>
|
|
||||||
<imageInterpolation>linear</imageInterpolation>
|
|
||||||
<itemRotation>11.8</itemRotation>
|
|
||||||
<itemRotationOrigin>-6.8 0.5</itemRotationOrigin>
|
|
||||||
<itemAxisHorizontal>true</itemAxisHorizontal>
|
|
||||||
<itemVerticalAlignment>center</itemVerticalAlignment>
|
|
||||||
<wheelVerticalAlignment>top</wheelVerticalAlignment>
|
|
||||||
<verticalOffset>-0.21</verticalOffset>
|
|
||||||
<unfocusedItemOpacity>0.7</unfocusedItemOpacity>
|
|
||||||
<color>555555DD</color>
|
|
||||||
<textColor>${systemCarouselTextColor}</textColor>
|
|
||||||
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
|
|
||||||
<fontSize>0.046</fontSize>
|
|
||||||
<letterCase>uppercase</letterCase>
|
|
||||||
<lineSpacing>1.2</lineSpacing>
|
|
||||||
<zIndex>80</zIndex>
|
|
||||||
</carousel>
|
|
||||||
<image name="backframe2">
|
|
||||||
<pos>0.5 0.19</pos>
|
|
||||||
<size>0.96 0.735</size>
|
|
||||||
<origin>0.5 0</origin>
|
|
||||||
<path>./core/images/frame.png</path>
|
|
||||||
<zIndex>10</zIndex>
|
|
||||||
</image>
|
|
||||||
<image name="coverImage">
|
|
||||||
<pos>0.26 0.25</pos>
|
|
||||||
<maxSize>0.18 0.324</maxSize>
|
|
||||||
<origin>0.5 0</origin>
|
|
||||||
<imageType>cover</imageType>
|
|
||||||
<interpolation>linear</interpolation>
|
|
||||||
<scrollFadeIn>true</scrollFadeIn>
|
|
||||||
</image>
|
|
||||||
<image name="gameImage">
|
|
||||||
<pos>0.5 0.25</pos>
|
|
||||||
<maxSize>0.256 0.324</maxSize>
|
|
||||||
<origin>0.5 0</origin>
|
|
||||||
<imageType>screenshot, titlescreen</imageType>
|
|
||||||
<interpolation>nearest</interpolation>
|
|
||||||
<scrollFadeIn>true</scrollFadeIn>
|
|
||||||
</image>
|
|
||||||
<badges name="badges">
|
|
||||||
<pos>0.65 0.29</pos>
|
|
||||||
</badges>
|
|
||||||
<rating name="rating">
|
|
||||||
<pos>0.65 0.25</pos>
|
|
||||||
</rating>
|
|
||||||
<helpsystem name="help">
|
|
||||||
<pos>0.012 0.955</pos>
|
|
||||||
<textColor>${gamelistHelpColor}</textColor>
|
|
||||||
<iconColor>${gamelistHelpColor}</iconColor>
|
|
||||||
<textColorDimmed>${gamelistHelpColorDimmed}</textColorDimmed>
|
|
||||||
<iconColorDimmed>${gamelistHelpColorDimmed}</iconColorDimmed>
|
|
||||||
</helpsystem>
|
|
||||||
<!-- Hide some unwanted elements -->
|
|
||||||
<image name="backframe3">
|
|
||||||
<visible>false</visible>
|
|
||||||
</image>
|
|
||||||
<text name="labelLastplayed, description">
|
|
||||||
<visible>false</visible>
|
|
||||||
</text>
|
|
||||||
<datetime name="lastplayed">
|
|
||||||
<visible>false</visible>
|
|
||||||
</datetime>
|
|
||||||
</view>
|
|
||||||
|
|
||||||
<aspectRatio name="4:3">
|
|
||||||
<view name="system">
|
|
||||||
<helpsystem name="help">
|
|
||||||
<pos>0.9885 0.955</pos>
|
|
||||||
<fontSize>0.034</fontSize>
|
|
||||||
</helpsystem>
|
|
||||||
</view>
|
|
||||||
<view name="system">
|
|
||||||
<carousel name="systemCarousel">
|
|
||||||
<itemRotationOrigin>-4.05 0.5</itemRotationOrigin>
|
|
||||||
<horizontalOffset>-0.03</horizontalOffset>
|
|
||||||
</carousel>
|
|
||||||
<text name="recentlyPlayed">
|
|
||||||
<pos>0.775 0.038</pos>
|
|
||||||
<size>0.2 0</size>
|
|
||||||
<fontSize>0.031</fontSize>
|
|
||||||
</text>
|
|
||||||
<rating name="recentGameRating">
|
|
||||||
<pos>0.975 0.050</pos>
|
|
||||||
<size>0.022 0.022</size>
|
|
||||||
</rating>
|
|
||||||
</view>
|
|
||||||
</aspectRatio>
|
|
||||||
</theme>
|
|
|
@ -1,158 +0,0 @@
|
||||||
<theme>
|
|
||||||
<!-- Test of system textlist and vertical gamelist carousel -->
|
|
||||||
|
|
||||||
<view name="system">
|
|
||||||
<textlist name="systemTextlist">
|
|
||||||
<pos>0.025 0.201</pos>
|
|
||||||
<size>0.39 0.711</size>
|
|
||||||
<selectorColor>${gamelistTextlistSelectorColor}</selectorColor>
|
|
||||||
<selectedColor>${gamelistTextlistSelectedColor}</selectedColor>
|
|
||||||
<primaryColor>${gamelistTextlistPrimaryColor}</primaryColor>
|
|
||||||
<secondaryColor>${gamelistTextlistSecondaryColor}</secondaryColor>
|
|
||||||
<fontPath>./core/fonts/Exo2-BoldCondensed.otf</fontPath>
|
|
||||||
<fontSize>0.025</fontSize>
|
|
||||||
<horizontalAlignment>left</horizontalAlignment>
|
|
||||||
<horizontalMargin>0.01</horizontalMargin>
|
|
||||||
<letterCase>uppercase</letterCase>
|
|
||||||
</textlist>
|
|
||||||
<image name="consolegame">
|
|
||||||
<pos>0.45 0.29</pos>
|
|
||||||
<maxSize>0.35 0.28</maxSize>
|
|
||||||
<origin>0 0</origin>
|
|
||||||
</image>
|
|
||||||
<image name="controller">
|
|
||||||
<pos>0.94 0.29</pos>
|
|
||||||
<maxSize>0.12 0.28</maxSize>
|
|
||||||
<origin>1 0</origin>
|
|
||||||
</image>
|
|
||||||
<image name="backframe2">
|
|
||||||
<pos>0.02 0.19</pos>
|
|
||||||
<size>0.4 0.735</size>
|
|
||||||
<path>./core/images/frame.png</path>
|
|
||||||
<color>${gamelistBackFrameColor}</color>
|
|
||||||
<zIndex>10</zIndex>
|
|
||||||
</image>
|
|
||||||
<image name="backframe3">
|
|
||||||
<pos>0.44 0.19</pos>
|
|
||||||
<size>0.54 0.735</size>
|
|
||||||
<path>./core/images/frame.png</path>
|
|
||||||
<color>${gamelistBackFrameColor}</color>
|
|
||||||
<zIndex>10</zIndex>
|
|
||||||
</image>
|
|
||||||
<image name="logo">
|
|
||||||
<pos>0.02 0.17</pos>
|
|
||||||
<maxSize>0.32 0.13</maxSize>
|
|
||||||
<origin>0 1</origin>
|
|
||||||
</image>
|
|
||||||
<text name="gameCounter">
|
|
||||||
<pos>0.45 0.225</pos>
|
|
||||||
<size>0.4 0.056</size>
|
|
||||||
<origin>0 0.5</origin>
|
|
||||||
<systemdata>gamecount</systemdata>
|
|
||||||
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
|
|
||||||
<fontSize>0.035</fontSize>
|
|
||||||
<horizontalAlignment>left</horizontalAlignment>
|
|
||||||
<backgroundColor>00000000</backgroundColor>
|
|
||||||
<letterCase>uppercase</letterCase>
|
|
||||||
<zIndex>50</zIndex>
|
|
||||||
</text>
|
|
||||||
<text name="info1">
|
|
||||||
<pos>0.45 0.665</pos>
|
|
||||||
<horizontalAlignment>left</horizontalAlignment>
|
|
||||||
</text>
|
|
||||||
<text name="info2">
|
|
||||||
<pos>0.45 0.686</pos>
|
|
||||||
<horizontalAlignment>left</horizontalAlignment>
|
|
||||||
</text>
|
|
||||||
<text name="info3">
|
|
||||||
<pos>0.45 0.707</pos>
|
|
||||||
<horizontalAlignment>left</horizontalAlignment>
|
|
||||||
</text>
|
|
||||||
<text name="info4">
|
|
||||||
<pos>0.45 0.728</pos>
|
|
||||||
<horizontalAlignment>left</horizontalAlignment>
|
|
||||||
</text>
|
|
||||||
<text name="info5">
|
|
||||||
<pos>0.45 0.769</pos>
|
|
||||||
<horizontalAlignment>left</horizontalAlignment>
|
|
||||||
</text>
|
|
||||||
<text name="info6">
|
|
||||||
<pos>0.45 0.790</pos>
|
|
||||||
<horizontalAlignment>left</horizontalAlignment>
|
|
||||||
</text>
|
|
||||||
<text name="info7">
|
|
||||||
<pos>0.45 0.811</pos>
|
|
||||||
<horizontalAlignment>left</horizontalAlignment>
|
|
||||||
</text>
|
|
||||||
<text name="info8">
|
|
||||||
<pos>0.45 0.832</pos>
|
|
||||||
<horizontalAlignment>left</horizontalAlignment>
|
|
||||||
</text>
|
|
||||||
<text name="info9">
|
|
||||||
<pos>0.45 0.853</pos>
|
|
||||||
<horizontalAlignment>left</horizontalAlignment>
|
|
||||||
</text>
|
|
||||||
<text name="info10">
|
|
||||||
<pos>0.45 0.874</pos>
|
|
||||||
<horizontalAlignment>left</horizontalAlignment>
|
|
||||||
</text>
|
|
||||||
<helpsystem name="help">
|
|
||||||
<pos>0.012 0.955</pos>
|
|
||||||
<textColor>${gamelistHelpColor}</textColor>
|
|
||||||
<iconColor>${gamelistHelpColor}</iconColor>
|
|
||||||
<textColorDimmed>${gamelistHelpColorDimmed}</textColorDimmed>
|
|
||||||
<iconColorDimmed>${gamelistHelpColorDimmed}</iconColorDimmed>
|
|
||||||
</helpsystem>
|
|
||||||
</view>
|
|
||||||
|
|
||||||
<view name="gamelist">
|
|
||||||
<carousel name="gamelistCarousel">
|
|
||||||
<pos>0.025 0.201</pos>
|
|
||||||
<size>0.39 0.711</size>
|
|
||||||
<type>vertical</type>
|
|
||||||
<imageType>marquee</imageType>
|
|
||||||
<maxItemCount>5</maxItemCount>
|
|
||||||
<itemSize>0.26 0.105</itemSize>
|
|
||||||
<itemScale>1.23</itemScale>
|
|
||||||
<imageInterpolation>linear</imageInterpolation>
|
|
||||||
<itemHorizontalAlignment>center</itemHorizontalAlignment>
|
|
||||||
<horizontalOffset>0</horizontalOffset>
|
|
||||||
<verticalOffset>0</verticalOffset>
|
|
||||||
<color>00000000</color>
|
|
||||||
<textColor>${systemCarouselTextColor}</textColor>
|
|
||||||
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
|
|
||||||
<fontSize>0.056</fontSize>
|
|
||||||
<letterCase>uppercase</letterCase>
|
|
||||||
<lineSpacing>1.2</lineSpacing>
|
|
||||||
<zIndex>80</zIndex>
|
|
||||||
</carousel>
|
|
||||||
<image name="gameImage">
|
|
||||||
<pos>0.63 0.45</pos>
|
|
||||||
<maxSize>0.360 0.424</maxSize>
|
|
||||||
<origin>0.5 0.5</origin>
|
|
||||||
<imageType>image</imageType>
|
|
||||||
<interpolation>nearest</interpolation>
|
|
||||||
<scrollFadeIn>true</scrollFadeIn>
|
|
||||||
</image>
|
|
||||||
<helpsystem name="help">
|
|
||||||
<pos>0.012 0.955</pos>
|
|
||||||
<textColor>${gamelistHelpColor}</textColor>
|
|
||||||
<iconColor>${gamelistHelpColor}</iconColor>
|
|
||||||
<textColorDimmed>${gamelistHelpColorDimmed}</textColorDimmed>
|
|
||||||
<iconColorDimmed>${gamelistHelpColorDimmed}</iconColorDimmed>
|
|
||||||
</helpsystem>
|
|
||||||
</view>
|
|
||||||
|
|
||||||
<aspectRatio name="4:3">
|
|
||||||
<view name="system, gamelist">
|
|
||||||
<helpsystem name="help">
|
|
||||||
<fontSize>0.034</fontSize>
|
|
||||||
</helpsystem>
|
|
||||||
</view>
|
|
||||||
<view name="gamelist">
|
|
||||||
<carousel name="gamelistCarousel">
|
|
||||||
<itemSize>0.25 0.105</itemSize>
|
|
||||||
</carousel>
|
|
||||||
</view>
|
|
||||||
</aspectRatio>
|
|
||||||
</theme>
|
|
|
@ -1,208 +0,0 @@
|
||||||
<theme>
|
|
||||||
<!-- Test of system textlist and horizontal gamelist carousel with reflections -->
|
|
||||||
|
|
||||||
<view name="system">
|
|
||||||
<textlist name="systemTextlist">
|
|
||||||
<pos>0.025 0.201</pos>
|
|
||||||
<size>0.39 0.711</size>
|
|
||||||
<selectorColor>${gamelistTextlistSelectorColor}</selectorColor>
|
|
||||||
<selectedColor>${gamelistTextlistSelectedColor}</selectedColor>
|
|
||||||
<primaryColor>${gamelistTextlistPrimaryColor}</primaryColor>
|
|
||||||
<secondaryColor>${gamelistTextlistSecondaryColor}</secondaryColor>
|
|
||||||
<fontPath>./core/fonts/Exo2-BoldCondensed.otf</fontPath>
|
|
||||||
<fontSize>0.025</fontSize>
|
|
||||||
<horizontalAlignment>left</horizontalAlignment>
|
|
||||||
<horizontalMargin>0.01</horizontalMargin>
|
|
||||||
<letterCase>uppercase</letterCase>
|
|
||||||
</textlist>
|
|
||||||
<image name="consolegame">
|
|
||||||
<pos>0.45 0.29</pos>
|
|
||||||
<maxSize>0.35 0.28</maxSize>
|
|
||||||
<origin>0 0</origin>
|
|
||||||
</image>
|
|
||||||
<image name="controller">
|
|
||||||
<pos>0.94 0.29</pos>
|
|
||||||
<maxSize>0.12 0.28</maxSize>
|
|
||||||
<origin>1 0</origin>
|
|
||||||
</image>
|
|
||||||
<image name="backframe2">
|
|
||||||
<pos>0.02 0.19</pos>
|
|
||||||
<size>0.4 0.735</size>
|
|
||||||
<path>./core/images/frame.png</path>
|
|
||||||
<color>${gamelistBackFrameColor}</color>
|
|
||||||
<zIndex>10</zIndex>
|
|
||||||
</image>
|
|
||||||
<image name="backframe3">
|
|
||||||
<pos>0.44 0.19</pos>
|
|
||||||
<size>0.54 0.735</size>
|
|
||||||
<path>./core/images/frame.png</path>
|
|
||||||
<color>${gamelistBackFrameColor}</color>
|
|
||||||
<zIndex>10</zIndex>
|
|
||||||
</image>
|
|
||||||
<image name="logo">
|
|
||||||
<pos>0.02 0.17</pos>
|
|
||||||
<maxSize>0.32 0.13</maxSize>
|
|
||||||
<origin>0 1</origin>
|
|
||||||
</image>
|
|
||||||
<text name="gameCounter">
|
|
||||||
<pos>0.45 0.225</pos>
|
|
||||||
<size>0.4 0.056</size>
|
|
||||||
<origin>0 0.5</origin>
|
|
||||||
<systemdata>gamecount</systemdata>
|
|
||||||
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
|
|
||||||
<fontSize>0.035</fontSize>
|
|
||||||
<horizontalAlignment>left</horizontalAlignment>
|
|
||||||
<backgroundColor>00000000</backgroundColor>
|
|
||||||
<letterCase>uppercase</letterCase>
|
|
||||||
<zIndex>50</zIndex>
|
|
||||||
</text>
|
|
||||||
<text name="info1">
|
|
||||||
<pos>0.45 0.665</pos>
|
|
||||||
<horizontalAlignment>left</horizontalAlignment>
|
|
||||||
</text>
|
|
||||||
<text name="info2">
|
|
||||||
<pos>0.45 0.686</pos>
|
|
||||||
<horizontalAlignment>left</horizontalAlignment>
|
|
||||||
</text>
|
|
||||||
<text name="info3">
|
|
||||||
<pos>0.45 0.707</pos>
|
|
||||||
<horizontalAlignment>left</horizontalAlignment>
|
|
||||||
</text>
|
|
||||||
<text name="info4">
|
|
||||||
<pos>0.45 0.728</pos>
|
|
||||||
<horizontalAlignment>left</horizontalAlignment>
|
|
||||||
</text>
|
|
||||||
<text name="info5">
|
|
||||||
<pos>0.45 0.769</pos>
|
|
||||||
<horizontalAlignment>left</horizontalAlignment>
|
|
||||||
</text>
|
|
||||||
<text name="info6">
|
|
||||||
<pos>0.45 0.790</pos>
|
|
||||||
<horizontalAlignment>left</horizontalAlignment>
|
|
||||||
</text>
|
|
||||||
<text name="info7">
|
|
||||||
<pos>0.45 0.811</pos>
|
|
||||||
<horizontalAlignment>left</horizontalAlignment>
|
|
||||||
</text>
|
|
||||||
<text name="info8">
|
|
||||||
<pos>0.45 0.832</pos>
|
|
||||||
<horizontalAlignment>left</horizontalAlignment>
|
|
||||||
</text>
|
|
||||||
<text name="info9">
|
|
||||||
<pos>0.45 0.853</pos>
|
|
||||||
<horizontalAlignment>left</horizontalAlignment>
|
|
||||||
</text>
|
|
||||||
<text name="info10">
|
|
||||||
<pos>0.45 0.874</pos>
|
|
||||||
<horizontalAlignment>left</horizontalAlignment>
|
|
||||||
</text>
|
|
||||||
<helpsystem name="help">
|
|
||||||
<pos>0.012 0.955</pos>
|
|
||||||
<textColor>${gamelistHelpColor}</textColor>
|
|
||||||
<iconColor>${gamelistHelpColor}</iconColor>
|
|
||||||
<textColorDimmed>${gamelistHelpColorDimmed}</textColorDimmed>
|
|
||||||
<iconColorDimmed>${gamelistHelpColorDimmed}</iconColorDimmed>
|
|
||||||
</helpsystem>
|
|
||||||
</view>
|
|
||||||
|
|
||||||
<view name="gamelist">
|
|
||||||
<carousel name="gamelistCarousel">
|
|
||||||
<pos>0.025 0.231</pos>
|
|
||||||
<size>0.95 0.692</size>
|
|
||||||
<type>horizontal</type>
|
|
||||||
<imageType>cover</imageType>
|
|
||||||
<maxItemCount>5</maxItemCount>
|
|
||||||
<itemSize>0.105 0.235</itemSize>
|
|
||||||
<itemScale>1.53</itemScale>
|
|
||||||
<imageInterpolation>linear</imageInterpolation>
|
|
||||||
<itemVerticalAlignment>center</itemVerticalAlignment>
|
|
||||||
<verticalOffset>0.1</verticalOffset>
|
|
||||||
<reflections>true</reflections>
|
|
||||||
<reflectionsOpacity>0.3</reflectionsOpacity>
|
|
||||||
<reflectionsFalloff>1.2</reflectionsFalloff>
|
|
||||||
<unfocusedItemOpacity>1</unfocusedItemOpacity>
|
|
||||||
<color>00000000</color>
|
|
||||||
<textColor>949494</textColor>
|
|
||||||
<textBackgroundColor>323232CC</textBackgroundColor>
|
|
||||||
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
|
|
||||||
<fontSize>0.032</fontSize>
|
|
||||||
<letterCase>uppercase</letterCase>
|
|
||||||
<lineSpacing>1.2</lineSpacing>
|
|
||||||
<zIndex>60</zIndex>
|
|
||||||
</carousel>
|
|
||||||
<image name="backframe2">
|
|
||||||
<pos>0.5 0.19</pos>
|
|
||||||
<size>0.96 0.735</size>
|
|
||||||
<origin>0.5 0</origin>
|
|
||||||
<path>./core/images/frame.png</path>
|
|
||||||
<color>181818</color>
|
|
||||||
<zIndex>10</zIndex>
|
|
||||||
</image>
|
|
||||||
<text name="gameName">
|
|
||||||
<pos>0.5 0.77</pos>
|
|
||||||
<size>0.95 0.08</size>
|
|
||||||
<origin>0.5 0</origin>
|
|
||||||
<metadata>name</metadata>
|
|
||||||
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
|
|
||||||
<fontSize>0.045</fontSize>
|
|
||||||
<horizontalAlignment>center</horizontalAlignment>
|
|
||||||
<verticalAlignment>center</verticalAlignment>
|
|
||||||
<color>D6D6D6</color>
|
|
||||||
<letterCase>none</letterCase>
|
|
||||||
<zIndex>80</zIndex>
|
|
||||||
</text>
|
|
||||||
<text name="description">
|
|
||||||
<pos>0.025 0.205</pos>
|
|
||||||
<size>0.446 0.185</size>
|
|
||||||
<fontSize>0.02</fontSize>
|
|
||||||
<lineSpacing>1.2</lineSpacing>
|
|
||||||
</text>
|
|
||||||
<rating name="rating">
|
|
||||||
<pos>0.815 0.203</pos>
|
|
||||||
<size>0.04 0.03</size>
|
|
||||||
</rating>
|
|
||||||
<gamelistinfo name="gamelistInfo">
|
|
||||||
<color>888888</color>
|
|
||||||
</gamelistinfo>
|
|
||||||
<badges name="badges">
|
|
||||||
<pos>0.03 0.205</pos>
|
|
||||||
<size>0.38 0.08</size>
|
|
||||||
<lines>1</lines>
|
|
||||||
<itemsPerLine>10</itemsPerLine>
|
|
||||||
</badges>
|
|
||||||
<helpsystem name="help">
|
|
||||||
<pos>0.012 0.955</pos>
|
|
||||||
<textColor>${gamelistHelpColor}</textColor>
|
|
||||||
<iconColor>${gamelistHelpColor}</iconColor>
|
|
||||||
<textColorDimmed>${gamelistHelpColorDimmed}</textColorDimmed>
|
|
||||||
<iconColorDimmed>${gamelistHelpColorDimmed}</iconColorDimmed>
|
|
||||||
</helpsystem>
|
|
||||||
<!-- Hide some unwanted elements -->
|
|
||||||
<image name="backframe3">
|
|
||||||
<visible>false</visible>
|
|
||||||
</image>
|
|
||||||
<text name="labelPublisher, labelReleasedate, labelDeveloper, labelGenre, labelPlayers,
|
|
||||||
labelLastplayed, developer, publisher, genre, players, description">
|
|
||||||
<visible>false</visible>
|
|
||||||
</text>
|
|
||||||
<datetime name="releasedate lastplayed">
|
|
||||||
<visible>false</visible>
|
|
||||||
</datetime>
|
|
||||||
<rating name="rating">
|
|
||||||
<visible>false</visible>
|
|
||||||
</rating>
|
|
||||||
</view>
|
|
||||||
|
|
||||||
<aspectRatio name="4:3">
|
|
||||||
<view name="system, gamelist">
|
|
||||||
<helpsystem name="help">
|
|
||||||
<fontSize>0.034</fontSize>
|
|
||||||
</helpsystem>
|
|
||||||
</view>
|
|
||||||
<view name="gamelist">
|
|
||||||
<carousel name="gamelistCarousel">
|
|
||||||
<itemSize>0.12 0.225</itemSize>
|
|
||||||
</carousel>
|
|
||||||
</view>
|
|
||||||
</aspectRatio>
|
|
||||||
</theme>
|
|
|
@ -1,185 +0,0 @@
|
||||||
<theme>
|
|
||||||
<!-- Test of grid element for both the system view and gamelist view -->
|
|
||||||
|
|
||||||
<view name="system">
|
|
||||||
<grid name="systemGrid">
|
|
||||||
<pos>0.5 0.2</pos>
|
|
||||||
<size>0.86 0.715</size>
|
|
||||||
<origin>0.5 0</origin>
|
|
||||||
<staticImage>./${system.theme}/images/logo.svg</staticImage>
|
|
||||||
<itemSize>0.151 -1</itemSize>
|
|
||||||
<itemScale>1.1</itemScale>
|
|
||||||
<itemSpacing>0.022 -1</itemSpacing>
|
|
||||||
<fractionalRows>true</fractionalRows>
|
|
||||||
<itemTransitions>animate</itemTransitions>
|
|
||||||
<rowTransitions>animate</rowTransitions>
|
|
||||||
<unfocusedItemOpacity>1.0</unfocusedItemOpacity>
|
|
||||||
<imageRelativeScale>0.9</imageRelativeScale>
|
|
||||||
<imageFit>contain</imageFit>
|
|
||||||
<backgroundImage>./core/images/grid_frame.svg</backgroundImage>
|
|
||||||
<backgroundRelativeScale>1.0</backgroundRelativeScale>
|
|
||||||
<backgroundColor>424242</backgroundColor>
|
|
||||||
<selectorImage>./core/images/grid_frame.svg</selectorImage>
|
|
||||||
<selectorRelativeScale>1.0</selectorRelativeScale>
|
|
||||||
<selectorLayer>middle</selectorLayer>
|
|
||||||
<selectorColor>FF3333</selectorColor>
|
|
||||||
<textRelativeScale>0.8</textRelativeScale>
|
|
||||||
<textColor>F0F0F0</textColor>
|
|
||||||
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
|
|
||||||
<fontSize>0.032</fontSize>
|
|
||||||
<letterCase>uppercase</letterCase>
|
|
||||||
<lineSpacing>1.2</lineSpacing>
|
|
||||||
<fadeAbovePrimary>true</fadeAbovePrimary>
|
|
||||||
</grid>
|
|
||||||
<image name="consolegame">
|
|
||||||
<pos>0.02 0.17</pos>
|
|
||||||
<maxSize>0.4 0.15</maxSize>
|
|
||||||
<origin>0 1</origin>
|
|
||||||
</image>
|
|
||||||
<image name="controller">
|
|
||||||
<pos>0.78 0.17</pos>
|
|
||||||
<maxSize>0.1 0.15</maxSize>
|
|
||||||
<origin>1 1</origin>
|
|
||||||
</image>
|
|
||||||
<image name="backframe2">
|
|
||||||
<pos>0.5 0.19</pos>
|
|
||||||
<size>0.96 0.735</size>
|
|
||||||
<origin>0.5 0</origin>
|
|
||||||
<path>./core/images/frame.png</path>
|
|
||||||
<color>181818</color>
|
|
||||||
<zIndex>10</zIndex>
|
|
||||||
</image>
|
|
||||||
<image name="logo">
|
|
||||||
<pos>0.02 0.17</pos>
|
|
||||||
<maxSize>0.32 0.13</maxSize>
|
|
||||||
<origin>0 1</origin>
|
|
||||||
</image>
|
|
||||||
<text name="gameCounter">
|
|
||||||
<pos>0.8 0.145</pos>
|
|
||||||
<size>0.117 0.056</size>
|
|
||||||
<origin>0 0.5</origin>
|
|
||||||
<systemdata>gamecountGames</systemdata>
|
|
||||||
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
|
|
||||||
<fontSize>0.035</fontSize>
|
|
||||||
<horizontalAlignment>center</horizontalAlignment>
|
|
||||||
<color>DDDDDD</color>
|
|
||||||
<backgroundColor>262626DD</backgroundColor>
|
|
||||||
<letterCase>uppercase</letterCase>
|
|
||||||
<zIndex>50</zIndex>
|
|
||||||
</text>
|
|
||||||
<helpsystem name="help">
|
|
||||||
<pos>0.012 0.955</pos>
|
|
||||||
<textColor>${gamelistHelpColor}</textColor>
|
|
||||||
<iconColor>${gamelistHelpColor}</iconColor>
|
|
||||||
<textColorDimmed>${gamelistHelpColorDimmed}</textColorDimmed>
|
|
||||||
<iconColorDimmed>${gamelistHelpColorDimmed}</iconColorDimmed>
|
|
||||||
</helpsystem>
|
|
||||||
<!-- Hide some unwanted elements -->
|
|
||||||
<text name="info1, info2, info3, info4, info5, info6, info7, info8, info9, info10">
|
|
||||||
<visible>false</visible>
|
|
||||||
</text>
|
|
||||||
</view>
|
|
||||||
|
|
||||||
<view name="gamelist">
|
|
||||||
<grid name="gamelistGrid">
|
|
||||||
<pos>0.5 0.3</pos>
|
|
||||||
<size>0.86 0.623</size>
|
|
||||||
<origin>0.5 0</origin>
|
|
||||||
<imageType>cover</imageType>
|
|
||||||
<itemSize>0.151 -1</itemSize>
|
|
||||||
<itemScale>1.1</itemScale>
|
|
||||||
<itemSpacing>0.022 -1</itemSpacing>
|
|
||||||
<fractionalRows>false</fractionalRows>
|
|
||||||
<itemTransitions>animate</itemTransitions>
|
|
||||||
<rowTransitions>animate</rowTransitions>
|
|
||||||
<unfocusedItemOpacity>1.0</unfocusedItemOpacity>
|
|
||||||
<imageRelativeScale>0.9</imageRelativeScale>
|
|
||||||
<imageFit>contain</imageFit>
|
|
||||||
<backgroundImage>./core/images/grid_frame.svg</backgroundImage>
|
|
||||||
<backgroundRelativeScale>1.0</backgroundRelativeScale>
|
|
||||||
<backgroundColor>424242</backgroundColor>
|
|
||||||
<selectorImage>./core/images/grid_frame.svg</selectorImage>
|
|
||||||
<selectorRelativeScale>1.0</selectorRelativeScale>
|
|
||||||
<selectorLayer>middle</selectorLayer>
|
|
||||||
<selectorColor>FF3333</selectorColor>
|
|
||||||
<textRelativeScale>0.8</textRelativeScale>
|
|
||||||
<textColor>F0F0F0</textColor>
|
|
||||||
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
|
|
||||||
<fontSize>0.032</fontSize>
|
|
||||||
<letterCase>uppercase</letterCase>
|
|
||||||
<lineSpacing>1.2</lineSpacing>
|
|
||||||
</grid>
|
|
||||||
<image name="backframe2">
|
|
||||||
<pos>0.5 0.19</pos>
|
|
||||||
<size>0.96 0.735</size>
|
|
||||||
<origin>0.5 0</origin>
|
|
||||||
<path>./core/images/frame.png</path>
|
|
||||||
<color>181818</color>
|
|
||||||
<zIndex>10</zIndex>
|
|
||||||
</image>
|
|
||||||
<text name="gameName">
|
|
||||||
<pos>0.92 0.225</pos>
|
|
||||||
<size>0.55 0.08</size>
|
|
||||||
<origin>1 0</origin>
|
|
||||||
<metadata>name</metadata>
|
|
||||||
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
|
|
||||||
<fontSize>0.045</fontSize>
|
|
||||||
<horizontalAlignment>right</horizontalAlignment>
|
|
||||||
<verticalAlignment>center</verticalAlignment>
|
|
||||||
<color>D6D6D6</color>
|
|
||||||
<letterCase>none</letterCase>
|
|
||||||
<zIndex>80</zIndex>
|
|
||||||
</text>
|
|
||||||
<text name="description">
|
|
||||||
<pos>0.025 0.205</pos>
|
|
||||||
<size>0.446 0.185</size>
|
|
||||||
<fontSize>0.02</fontSize>
|
|
||||||
<lineSpacing>1.2</lineSpacing>
|
|
||||||
</text>
|
|
||||||
<rating name="rating">
|
|
||||||
<pos>0.815 0.203</pos>
|
|
||||||
<size>0.04 0.03</size>
|
|
||||||
</rating>
|
|
||||||
<gamelistinfo name="gamelistInfo">
|
|
||||||
<color>888888</color>
|
|
||||||
</gamelistinfo>
|
|
||||||
<badges name="badges">
|
|
||||||
<pos>0.03 0.205</pos>
|
|
||||||
<size>0.38 0.08</size>
|
|
||||||
<lines>1</lines>
|
|
||||||
<itemsPerLine>10</itemsPerLine>
|
|
||||||
</badges>
|
|
||||||
<helpsystem name="help">
|
|
||||||
<pos>0.012 0.955</pos>
|
|
||||||
<textColor>${gamelistHelpColor}</textColor>
|
|
||||||
<iconColor>${gamelistHelpColor}</iconColor>
|
|
||||||
<textColorDimmed>${gamelistHelpColorDimmed}</textColorDimmed>
|
|
||||||
<iconColorDimmed>${gamelistHelpColorDimmed}</iconColorDimmed>
|
|
||||||
</helpsystem>
|
|
||||||
<!-- Hide some unwanted elements -->
|
|
||||||
<image name="backframe3">
|
|
||||||
<visible>false</visible>
|
|
||||||
</image>
|
|
||||||
<text name="labelPublisher, labelReleasedate, labelDeveloper, labelGenre, labelPlayers,
|
|
||||||
labelLastplayed, developer, publisher, genre, players, description">
|
|
||||||
<visible>false</visible>
|
|
||||||
</text>
|
|
||||||
<datetime name="releasedate lastplayed">
|
|
||||||
<visible>false</visible>
|
|
||||||
</datetime>
|
|
||||||
<rating name="rating">
|
|
||||||
<visible>false</visible>
|
|
||||||
</rating>
|
|
||||||
</view>
|
|
||||||
|
|
||||||
<aspectRatio name="4:3">
|
|
||||||
<view name="system, gamelist">
|
|
||||||
<grid name="gamelistGrid">
|
|
||||||
<itemSize>0.192 -1</itemSize>
|
|
||||||
</grid>
|
|
||||||
<helpsystem name="help">
|
|
||||||
<fontSize>0.034</fontSize>
|
|
||||||
</helpsystem>
|
|
||||||
</view>
|
|
||||||
</aspectRatio>
|
|
||||||
</theme>
|
|
Loading…
Reference in a new issue