mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
(linear-es-de) Added support for medium and large font sizes
Also made some other minor adjustments
This commit is contained in:
parent
68178bf6d2
commit
7ecaed28ec
|
@ -19,6 +19,11 @@ The following options are included:
|
||||||
- LIVE
|
- LIVE
|
||||||
- PSN
|
- PSN
|
||||||
|
|
||||||
|
2 font sizes:
|
||||||
|
|
||||||
|
- Medium
|
||||||
|
- Large
|
||||||
|
|
||||||
4 aspect ratios:
|
4 aspect ratios:
|
||||||
|
|
||||||
- 16:9
|
- 16:9
|
||||||
|
|
|
@ -1,9 +1,25 @@
|
||||||
<theme>
|
<theme>
|
||||||
|
<fontSize name="medium">
|
||||||
|
<variables>
|
||||||
|
<helpsystemFontSize>0.032</helpsystemFontSize>
|
||||||
|
<helpsystemPanelSize>1 0.057</helpsystemPanelSize>
|
||||||
|
</variables>
|
||||||
|
</fontSize>
|
||||||
|
<fontSize name="large">
|
||||||
|
<variables>
|
||||||
|
<helpsystemFontSize>0.036</helpsystemFontSize>
|
||||||
|
<helpsystemPanelSize>1 0.061</helpsystemPanelSize>
|
||||||
|
</variables>
|
||||||
|
</fontSize>
|
||||||
|
|
||||||
<variant name="all">
|
<variant name="all">
|
||||||
<view name="system, gamelist">
|
<view name="system, gamelist">
|
||||||
<image name="helpsystemPanel">
|
<image name="helpsystemPanel">
|
||||||
<size>1 0.057</size>
|
<size>${helpsystemPanelSize}</size>
|
||||||
</image>
|
</image>
|
||||||
|
<helpsystem name="help">
|
||||||
|
<fontSize>${helpsystemFontSize}</fontSize>
|
||||||
|
</helpsystem>
|
||||||
</view>
|
</view>
|
||||||
</variant>
|
</variant>
|
||||||
|
|
||||||
|
|
|
@ -1,16 +1,32 @@
|
||||||
<theme>
|
<theme>
|
||||||
|
<fontSize name="medium">
|
||||||
|
<variables>
|
||||||
|
<helpsystemFontSize>0.032</helpsystemFontSize>
|
||||||
|
<helpsystemPanelSize>1 0.06</helpsystemPanelSize>
|
||||||
|
</variables>
|
||||||
|
</fontSize>
|
||||||
|
<fontSize name="large">
|
||||||
|
<variables>
|
||||||
|
<helpsystemFontSize>0.038</helpsystemFontSize>
|
||||||
|
<helpsystemPanelSize>1 0.064</helpsystemPanelSize>
|
||||||
|
</variables>
|
||||||
|
</fontSize>
|
||||||
|
|
||||||
<variant name="all">
|
<variant name="all">
|
||||||
<view name="system, gamelist">
|
<view name="system, gamelist">
|
||||||
<image name="helpsystemPanel">
|
<image name="helpsystemPanel">
|
||||||
<size>1 0.06</size>
|
<size>${helpsystemPanelSize}</size>
|
||||||
</image>
|
</image>
|
||||||
|
<helpsystem name="help">
|
||||||
|
<fontSize>${helpsystemFontSize}</fontSize>
|
||||||
|
</helpsystem>
|
||||||
</view>
|
</view>
|
||||||
</variant>
|
</variant>
|
||||||
|
|
||||||
<variant name="textlistWithVideos, textlistWithoutVideos">
|
<variant name="textlistWithVideos, textlistWithoutVideos">
|
||||||
<view name="gamelist">
|
<view name="gamelist">
|
||||||
<text name="description">
|
<text name="description">
|
||||||
<pos>0.405 0.67</pos>
|
<pos>0.405 0.674</pos>
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
</variant>
|
</variant>
|
||||||
|
|
|
@ -1,9 +1,25 @@
|
||||||
<theme>
|
<theme>
|
||||||
|
<fontSize name="medium">
|
||||||
|
<variables>
|
||||||
|
<helpsystemFontSize>0.032</helpsystemFontSize>
|
||||||
|
<helpsystemPanelSize>1 0.058</helpsystemPanelSize>
|
||||||
|
</variables>
|
||||||
|
</fontSize>
|
||||||
|
<fontSize name="large">
|
||||||
|
<variables>
|
||||||
|
<helpsystemFontSize>0.038</helpsystemFontSize>
|
||||||
|
<helpsystemPanelSize>1 0.063</helpsystemPanelSize>
|
||||||
|
</variables>
|
||||||
|
</fontSize>
|
||||||
|
|
||||||
<variant name="all">
|
<variant name="all">
|
||||||
<view name="system, gamelist">
|
<view name="system, gamelist">
|
||||||
<image name="helpsystemPanel">
|
<image name="helpsystemPanel">
|
||||||
<size>1 0.058</size>
|
<size>${helpsystemPanelSize}</size>
|
||||||
</image>
|
</image>
|
||||||
|
<helpsystem name="help">
|
||||||
|
<fontSize>${helpsystemFontSize}</fontSize>
|
||||||
|
</helpsystem>
|
||||||
</view>
|
</view>
|
||||||
</variant>
|
</variant>
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,25 @@
|
||||||
<theme>
|
<theme>
|
||||||
|
<fontSize name="medium">
|
||||||
|
<variables>
|
||||||
|
<helpsystemFontSize>0.029</helpsystemFontSize>
|
||||||
|
<helpsystemPanelSize>1 0.054</helpsystemPanelSize>
|
||||||
|
</variables>
|
||||||
|
</fontSize>
|
||||||
|
<fontSize name="large">
|
||||||
|
<variables>
|
||||||
|
<helpsystemFontSize>0.030</helpsystemFontSize>
|
||||||
|
<helpsystemPanelSize>1 0.056</helpsystemPanelSize>
|
||||||
|
</variables>
|
||||||
|
</fontSize>
|
||||||
|
|
||||||
<variant name="all">
|
<variant name="all">
|
||||||
<view name="system, gamelist">
|
<view name="system, gamelist">
|
||||||
<image name="helpsystemPanel">
|
<image name="helpsystemPanel">
|
||||||
<size>1 0.058</size>
|
<size>${helpsystemPanelSize}</size>
|
||||||
</image>
|
</image>
|
||||||
|
<helpsystem name="help">
|
||||||
|
<fontSize>${helpsystemFontSize}</fontSize>
|
||||||
|
</helpsystem>
|
||||||
</view>
|
</view>
|
||||||
</variant>
|
</variant>
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,9 @@
|
||||||
<aspectRatio>4:3</aspectRatio>
|
<aspectRatio>4:3</aspectRatio>
|
||||||
<aspectRatio>21:9</aspectRatio>
|
<aspectRatio>21:9</aspectRatio>
|
||||||
|
|
||||||
|
<fontSize>medium</fontSize>
|
||||||
|
<fontSize>large</fontSize>
|
||||||
|
|
||||||
<colorScheme name="dark">
|
<colorScheme name="dark">
|
||||||
<label>Dark</label>
|
<label>Dark</label>
|
||||||
</colorScheme>
|
</colorScheme>
|
||||||
|
|
|
@ -86,7 +86,7 @@
|
||||||
<gamelistTextlistSecondaryColor>000072</gamelistTextlistSecondaryColor>
|
<gamelistTextlistSecondaryColor>000072</gamelistTextlistSecondaryColor>
|
||||||
<gamelistMetadataPanelColor>0039AF</gamelistMetadataPanelColor>
|
<gamelistMetadataPanelColor>0039AF</gamelistMetadataPanelColor>
|
||||||
<gamelistMetadataLabelColor>000000</gamelistMetadataLabelColor>
|
<gamelistMetadataLabelColor>000000</gamelistMetadataLabelColor>
|
||||||
<gamelistWatermarkLogoColor>0D3FB2</gamelistWatermarkLogoColor>
|
<gamelistWatermarkLogoColor>1B4DC0</gamelistWatermarkLogoColor>
|
||||||
</variables>
|
</variables>
|
||||||
</colorScheme>
|
</colorScheme>
|
||||||
</theme>
|
</theme>
|
|
@ -19,6 +19,41 @@
|
||||||
<gradientImage>./assets/images/gradient.svg</gradientImage>
|
<gradientImage>./assets/images/gradient.svg</gradientImage>
|
||||||
</variables>
|
</variables>
|
||||||
|
|
||||||
|
<fontSize name="medium">
|
||||||
|
<variables>
|
||||||
|
<gameCounterFontSize>0.032</gameCounterFontSize>
|
||||||
|
<systemNamePos>0.03 0.05</systemNamePos>
|
||||||
|
<systemNameFontSize>0.05</systemNameFontSize>
|
||||||
|
<systemLabelFontSize>0.035</systemLabelFontSize>
|
||||||
|
<textlistFontSize>0.035</textlistFontSize>
|
||||||
|
<descriptionFontSize>0.032</descriptionFontSize>
|
||||||
|
<gamelistInfoFontSize>0.03</gamelistInfoFontSize>
|
||||||
|
<gamelistInfoFontSizeLarge>0.032</gamelistInfoFontSizeLarge>
|
||||||
|
<metadataFontSize>0.03</metadataFontSize>
|
||||||
|
<carouselGameNameFontSize>0.05</carouselGameNameFontSize>
|
||||||
|
<carouselMetadataFontSize>0.03</carouselMetadataFontSize>
|
||||||
|
<carouselMetadataIconsSize>0.018 0</carouselMetadataIconsSize>
|
||||||
|
<carouselRatingSize>0.115 0.031</carouselRatingSize>
|
||||||
|
</variables>
|
||||||
|
</fontSize>
|
||||||
|
<fontSize name="large">
|
||||||
|
<variables>
|
||||||
|
<gameCounterFontSize>0.038</gameCounterFontSize>
|
||||||
|
<systemNamePos>0.03 0.045</systemNamePos>
|
||||||
|
<systemNameFontSize>0.06</systemNameFontSize>
|
||||||
|
<systemLabelFontSize>0.038</systemLabelFontSize>
|
||||||
|
<textlistFontSize>0.041</textlistFontSize>
|
||||||
|
<descriptionFontSize>0.038</descriptionFontSize>
|
||||||
|
<gamelistInfoFontSize>0.036</gamelistInfoFontSize>
|
||||||
|
<gamelistInfoFontSizeLarge>0.038</gamelistInfoFontSizeLarge>
|
||||||
|
<metadataFontSize>0.034</metadataFontSize>
|
||||||
|
<carouselGameNameFontSize>0.06</carouselGameNameFontSize>
|
||||||
|
<carouselMetadataFontSize>0.036</carouselMetadataFontSize>
|
||||||
|
<carouselMetadataIconsSize>0.02 0</carouselMetadataIconsSize>
|
||||||
|
<carouselRatingSize>0.118 0.034</carouselRatingSize>
|
||||||
|
</variables>
|
||||||
|
</fontSize>
|
||||||
|
|
||||||
<aspectRatio name="16:9">
|
<aspectRatio name="16:9">
|
||||||
<include>./aspect-ratio-16-9.xml</include>
|
<include>./aspect-ratio-16-9.xml</include>
|
||||||
</aspectRatio>
|
</aspectRatio>
|
||||||
|
@ -58,7 +93,6 @@
|
||||||
<textColor>${primaryColor}</textColor>
|
<textColor>${primaryColor}</textColor>
|
||||||
<iconColor>${primaryColor}</iconColor>
|
<iconColor>${primaryColor}</iconColor>
|
||||||
<fontPath>${primaryFont}</fontPath>
|
<fontPath>${primaryFont}</fontPath>
|
||||||
<fontSize>0.032</fontSize>
|
|
||||||
<letterCase>capitalize</letterCase>
|
<letterCase>capitalize</letterCase>
|
||||||
</helpsystem>
|
</helpsystem>
|
||||||
</view>
|
</view>
|
||||||
|
@ -134,13 +168,13 @@
|
||||||
<color>${backgroundColor}</color>
|
<color>${backgroundColor}</color>
|
||||||
<zIndex>12</zIndex>
|
<zIndex>12</zIndex>
|
||||||
</image>
|
</image>
|
||||||
<text name="gameCounterCorner">
|
<text name="gameCounter">
|
||||||
<pos>0.986 0.025</pos>
|
<pos>0.986 0.025</pos>
|
||||||
<size>0.2 0.031</size>
|
<size>0.2 0.031</size>
|
||||||
<origin>1 0</origin>
|
<origin>1 0</origin>
|
||||||
<systemdata>gamecountGames</systemdata>
|
<systemdata>gamecountGames</systemdata>
|
||||||
<fontPath>${primaryFont}</fontPath>
|
<fontPath>${primaryFont}</fontPath>
|
||||||
<fontSize>0.032</fontSize>
|
<fontSize>${gameCounterFontSize}</fontSize>
|
||||||
<horizontalAlignment>right</horizontalAlignment>
|
<horizontalAlignment>right</horizontalAlignment>
|
||||||
<color>${primaryColor}</color>
|
<color>${primaryColor}</color>
|
||||||
<letterCase>capitalize</letterCase>
|
<letterCase>capitalize</letterCase>
|
||||||
|
@ -191,7 +225,7 @@
|
||||||
<secondaryColor>${gamelistTextlistSecondaryColor}</secondaryColor>
|
<secondaryColor>${gamelistTextlistSecondaryColor}</secondaryColor>
|
||||||
<selectedColor>${gamelistTextlistSelectorColor}</selectedColor>
|
<selectedColor>${gamelistTextlistSelectorColor}</selectedColor>
|
||||||
<fontPath>${secondaryFont}</fontPath>
|
<fontPath>${secondaryFont}</fontPath>
|
||||||
<fontSize>0.035</fontSize>
|
<fontSize>${textlistFontSize}</fontSize>
|
||||||
<horizontalAlignment>left</horizontalAlignment>
|
<horizontalAlignment>left</horizontalAlignment>
|
||||||
<horizontalMargin>0.01</horizontalMargin>
|
<horizontalMargin>0.01</horizontalMargin>
|
||||||
<letterCase>none</letterCase>
|
<letterCase>none</letterCase>
|
||||||
|
@ -226,12 +260,12 @@
|
||||||
<color>${gamelistWatermarkLogoColor}</color>
|
<color>${gamelistWatermarkLogoColor}</color>
|
||||||
</image>
|
</image>
|
||||||
<text name="systemName">
|
<text name="systemName">
|
||||||
<pos>0.03 0.05</pos>
|
<pos>${systemNamePos}</pos>
|
||||||
<size>0.48 0.029</size>
|
<size>0.7 0.029</size>
|
||||||
<origin>0 0</origin>
|
<origin>0 0</origin>
|
||||||
<text>${system.fullName}</text>
|
<text>${system.fullName}</text>
|
||||||
<fontPath>${primaryFont}</fontPath>
|
<fontPath>${primaryFont}</fontPath>
|
||||||
<fontSize>0.05</fontSize>
|
<fontSize>${systemNameFontSize}</fontSize>
|
||||||
<color>${primaryColor}</color>
|
<color>${primaryColor}</color>
|
||||||
</text>
|
</text>
|
||||||
<text name="system-label">
|
<text name="system-label">
|
||||||
|
@ -239,7 +273,7 @@
|
||||||
<size>0.48 0.029</size>
|
<size>0.48 0.029</size>
|
||||||
<origin>0 0</origin>
|
<origin>0 0</origin>
|
||||||
<fontPath>${primaryFont}</fontPath>
|
<fontPath>${primaryFont}</fontPath>
|
||||||
<fontSize>0.035</fontSize>
|
<fontSize>${systemLabelFontSize}</fontSize>
|
||||||
<color>${secondaryColor}</color>
|
<color>${secondaryColor}</color>
|
||||||
</text>
|
</text>
|
||||||
<text name="description">
|
<text name="description">
|
||||||
|
@ -250,7 +284,7 @@
|
||||||
<containerStartDelay>4.5</containerStartDelay>
|
<containerStartDelay>4.5</containerStartDelay>
|
||||||
<containerResetDelay>7</containerResetDelay>
|
<containerResetDelay>7</containerResetDelay>
|
||||||
<fontPath>${primaryFont}</fontPath>
|
<fontPath>${primaryFont}</fontPath>
|
||||||
<fontSize>0.032</fontSize>
|
<fontSize>${descriptionFontSize}</fontSize>
|
||||||
<lineSpacing>1.2</lineSpacing>
|
<lineSpacing>1.2</lineSpacing>
|
||||||
<color>${primaryColor}</color>
|
<color>${primaryColor}</color>
|
||||||
</text>
|
</text>
|
||||||
|
@ -294,7 +328,7 @@
|
||||||
<text>Rating</text>
|
<text>Rating</text>
|
||||||
<metadataElement>true</metadataElement>
|
<metadataElement>true</metadataElement>
|
||||||
<fontPath>${primaryFont}</fontPath>
|
<fontPath>${primaryFont}</fontPath>
|
||||||
<fontSize>0.03</fontSize>
|
<fontSize>${metadataFontSize}</fontSize>
|
||||||
<horizontalAlignment>center</horizontalAlignment>
|
<horizontalAlignment>center</horizontalAlignment>
|
||||||
<color>${gamelistMetadataLabelColor}</color>
|
<color>${gamelistMetadataLabelColor}</color>
|
||||||
<lineSpacing>1</lineSpacing>
|
<lineSpacing>1</lineSpacing>
|
||||||
|
@ -322,7 +356,7 @@
|
||||||
<text>Released</text>
|
<text>Released</text>
|
||||||
<metadataElement>true</metadataElement>
|
<metadataElement>true</metadataElement>
|
||||||
<fontPath>${primaryFont}</fontPath>
|
<fontPath>${primaryFont}</fontPath>
|
||||||
<fontSize>0.03</fontSize>
|
<fontSize>${metadataFontSize}</fontSize>
|
||||||
<horizontalAlignment>center</horizontalAlignment>
|
<horizontalAlignment>center</horizontalAlignment>
|
||||||
<color>${gamelistMetadataLabelColor}</color>
|
<color>${gamelistMetadataLabelColor}</color>
|
||||||
<lineSpacing>1</lineSpacing>
|
<lineSpacing>1</lineSpacing>
|
||||||
|
@ -334,7 +368,7 @@
|
||||||
<metadata>releasedate</metadata>
|
<metadata>releasedate</metadata>
|
||||||
<defaultValue>:space:</defaultValue>
|
<defaultValue>:space:</defaultValue>
|
||||||
<fontPath>${primaryFont}</fontPath>
|
<fontPath>${primaryFont}</fontPath>
|
||||||
<fontSize>0.03</fontSize>
|
<fontSize>${metadataFontSize}</fontSize>
|
||||||
<horizontalAlignment>center</horizontalAlignment>
|
<horizontalAlignment>center</horizontalAlignment>
|
||||||
<color>${primaryColor}</color>
|
<color>${primaryColor}</color>
|
||||||
<lineSpacing>1</lineSpacing>
|
<lineSpacing>1</lineSpacing>
|
||||||
|
@ -354,7 +388,7 @@
|
||||||
<text>Players</text>
|
<text>Players</text>
|
||||||
<metadataElement>true</metadataElement>
|
<metadataElement>true</metadataElement>
|
||||||
<fontPath>${primaryFont}</fontPath>
|
<fontPath>${primaryFont}</fontPath>
|
||||||
<fontSize>0.03</fontSize>
|
<fontSize>${metadataFontSize}</fontSize>
|
||||||
<horizontalAlignment>center</horizontalAlignment>
|
<horizontalAlignment>center</horizontalAlignment>
|
||||||
<color>${gamelistMetadataLabelColor}</color>
|
<color>${gamelistMetadataLabelColor}</color>
|
||||||
<lineSpacing>1</lineSpacing>
|
<lineSpacing>1</lineSpacing>
|
||||||
|
@ -366,7 +400,7 @@
|
||||||
<metadata>players</metadata>
|
<metadata>players</metadata>
|
||||||
<defaultValue>:space:</defaultValue>
|
<defaultValue>:space:</defaultValue>
|
||||||
<fontPath>${primaryFont}</fontPath>
|
<fontPath>${primaryFont}</fontPath>
|
||||||
<fontSize>0.03</fontSize>
|
<fontSize>${metadataFontSize}</fontSize>
|
||||||
<horizontalAlignment>center</horizontalAlignment>
|
<horizontalAlignment>center</horizontalAlignment>
|
||||||
<color>${primaryColor}</color>
|
<color>${primaryColor}</color>
|
||||||
<lineSpacing>1</lineSpacing>
|
<lineSpacing>1</lineSpacing>
|
||||||
|
@ -386,7 +420,7 @@
|
||||||
<text>Genre</text>
|
<text>Genre</text>
|
||||||
<metadataElement>true</metadataElement>
|
<metadataElement>true</metadataElement>
|
||||||
<fontPath>${primaryFont}</fontPath>
|
<fontPath>${primaryFont}</fontPath>
|
||||||
<fontSize>0.03</fontSize>
|
<fontSize>${metadataFontSize}</fontSize>
|
||||||
<horizontalAlignment>center</horizontalAlignment>
|
<horizontalAlignment>center</horizontalAlignment>
|
||||||
<color>${gamelistMetadataLabelColor}</color>
|
<color>${gamelistMetadataLabelColor}</color>
|
||||||
<lineSpacing>1</lineSpacing>
|
<lineSpacing>1</lineSpacing>
|
||||||
|
@ -402,7 +436,7 @@
|
||||||
<containerScrollSpeed>0.7</containerScrollSpeed>
|
<containerScrollSpeed>0.7</containerScrollSpeed>
|
||||||
<containerStartDelay>2</containerStartDelay>
|
<containerStartDelay>2</containerStartDelay>
|
||||||
<fontPath>${primaryFont}</fontPath>
|
<fontPath>${primaryFont}</fontPath>
|
||||||
<fontSize>0.03</fontSize>
|
<fontSize>${metadataFontSize}</fontSize>
|
||||||
<horizontalAlignment>center</horizontalAlignment>
|
<horizontalAlignment>center</horizontalAlignment>
|
||||||
<color>${primaryColor}</color>
|
<color>${primaryColor}</color>
|
||||||
<lineSpacing>1.2</lineSpacing>
|
<lineSpacing>1.2</lineSpacing>
|
||||||
|
@ -422,7 +456,7 @@
|
||||||
<text>Developer</text>
|
<text>Developer</text>
|
||||||
<metadataElement>true</metadataElement>
|
<metadataElement>true</metadataElement>
|
||||||
<fontPath>${primaryFont}</fontPath>
|
<fontPath>${primaryFont}</fontPath>
|
||||||
<fontSize>0.03</fontSize>
|
<fontSize>${metadataFontSize}</fontSize>
|
||||||
<horizontalAlignment>center</horizontalAlignment>
|
<horizontalAlignment>center</horizontalAlignment>
|
||||||
<color>${gamelistMetadataLabelColor}</color>
|
<color>${gamelistMetadataLabelColor}</color>
|
||||||
<lineSpacing>1</lineSpacing>
|
<lineSpacing>1</lineSpacing>
|
||||||
|
@ -438,7 +472,7 @@
|
||||||
<containerScrollSpeed>0.7</containerScrollSpeed>
|
<containerScrollSpeed>0.7</containerScrollSpeed>
|
||||||
<containerStartDelay>2</containerStartDelay>
|
<containerStartDelay>2</containerStartDelay>
|
||||||
<fontPath>${primaryFont}</fontPath>
|
<fontPath>${primaryFont}</fontPath>
|
||||||
<fontSize>0.03</fontSize>
|
<fontSize>${metadataFontSize}</fontSize>
|
||||||
<horizontalAlignment>center</horizontalAlignment>
|
<horizontalAlignment>center</horizontalAlignment>
|
||||||
<color>${primaryColor}</color>
|
<color>${primaryColor}</color>
|
||||||
<lineSpacing>1.2</lineSpacing>
|
<lineSpacing>1.2</lineSpacing>
|
||||||
|
@ -458,7 +492,7 @@
|
||||||
<text>Publisher</text>
|
<text>Publisher</text>
|
||||||
<metadataElement>true</metadataElement>
|
<metadataElement>true</metadataElement>
|
||||||
<fontPath>${primaryFont}</fontPath>
|
<fontPath>${primaryFont}</fontPath>
|
||||||
<fontSize>0.03</fontSize>
|
<fontSize>${metadataFontSize}</fontSize>
|
||||||
<horizontalAlignment>center</horizontalAlignment>
|
<horizontalAlignment>center</horizontalAlignment>
|
||||||
<color>${gamelistMetadataLabelColor}</color>
|
<color>${gamelistMetadataLabelColor}</color>
|
||||||
<lineSpacing>1</lineSpacing>
|
<lineSpacing>1</lineSpacing>
|
||||||
|
@ -474,7 +508,7 @@
|
||||||
<containerScrollSpeed>0.7</containerScrollSpeed>
|
<containerScrollSpeed>0.7</containerScrollSpeed>
|
||||||
<containerStartDelay>2</containerStartDelay>
|
<containerStartDelay>2</containerStartDelay>
|
||||||
<fontPath>${primaryFont}</fontPath>
|
<fontPath>${primaryFont}</fontPath>
|
||||||
<fontSize>0.03</fontSize>
|
<fontSize>${metadataFontSize}</fontSize>
|
||||||
<horizontalAlignment>center</horizontalAlignment>
|
<horizontalAlignment>center</horizontalAlignment>
|
||||||
<color>${primaryColor}</color>
|
<color>${primaryColor}</color>
|
||||||
<lineSpacing>1.2</lineSpacing>
|
<lineSpacing>1.2</lineSpacing>
|
||||||
|
@ -494,7 +528,7 @@
|
||||||
<text>Last Played</text>
|
<text>Last Played</text>
|
||||||
<metadataElement>true</metadataElement>
|
<metadataElement>true</metadataElement>
|
||||||
<fontPath>${primaryFont}</fontPath>
|
<fontPath>${primaryFont}</fontPath>
|
||||||
<fontSize>0.03</fontSize>
|
<fontSize>${metadataFontSize}</fontSize>
|
||||||
<horizontalAlignment>center</horizontalAlignment>
|
<horizontalAlignment>center</horizontalAlignment>
|
||||||
<color>${gamelistMetadataLabelColor}</color>
|
<color>${gamelistMetadataLabelColor}</color>
|
||||||
<lineSpacing>1</lineSpacing>
|
<lineSpacing>1</lineSpacing>
|
||||||
|
@ -506,7 +540,7 @@
|
||||||
<metadata>lastplayed</metadata>
|
<metadata>lastplayed</metadata>
|
||||||
<defaultValue>:space:</defaultValue>
|
<defaultValue>:space:</defaultValue>
|
||||||
<fontPath>${primaryFont}</fontPath>
|
<fontPath>${primaryFont}</fontPath>
|
||||||
<fontSize>0.03</fontSize>
|
<fontSize>${metadataFontSize}</fontSize>
|
||||||
<horizontalAlignment>center</horizontalAlignment>
|
<horizontalAlignment>center</horizontalAlignment>
|
||||||
<color>${primaryColor}</color>
|
<color>${primaryColor}</color>
|
||||||
<lineSpacing>1</lineSpacing>
|
<lineSpacing>1</lineSpacing>
|
||||||
|
@ -526,7 +560,7 @@
|
||||||
<size>0.163 0.031</size>
|
<size>0.163 0.031</size>
|
||||||
<origin>1 0</origin>
|
<origin>1 0</origin>
|
||||||
<fontPath>${primaryFont}</fontPath>
|
<fontPath>${primaryFont}</fontPath>
|
||||||
<fontSize>0.03</fontSize>
|
<fontSize>${gamelistInfoFontSize}</fontSize>
|
||||||
<horizontalAlignment>right</horizontalAlignment>
|
<horizontalAlignment>right</horizontalAlignment>
|
||||||
<color>${primaryColor}</color>
|
<color>${primaryColor}</color>
|
||||||
</gamelistinfo>
|
</gamelistinfo>
|
||||||
|
@ -546,7 +580,7 @@
|
||||||
<secondaryColor>${gamelistTextlistSecondaryColor}</secondaryColor>
|
<secondaryColor>${gamelistTextlistSecondaryColor}</secondaryColor>
|
||||||
<selectedColor>${gamelistTextlistSelectorColor}</selectedColor>
|
<selectedColor>${gamelistTextlistSelectorColor}</selectedColor>
|
||||||
<fontPath>${secondaryFont}</fontPath>
|
<fontPath>${secondaryFont}</fontPath>
|
||||||
<fontSize>0.035</fontSize>
|
<fontSize>${textlistFontSize}</fontSize>
|
||||||
<horizontalAlignment>left</horizontalAlignment>
|
<horizontalAlignment>left</horizontalAlignment>
|
||||||
<horizontalMargin>0.01</horizontalMargin>
|
<horizontalMargin>0.01</horizontalMargin>
|
||||||
<letterCase>none</letterCase>
|
<letterCase>none</letterCase>
|
||||||
|
@ -587,7 +621,7 @@
|
||||||
<size>0.25 0.031</size>
|
<size>0.25 0.031</size>
|
||||||
<origin>1 0</origin>
|
<origin>1 0</origin>
|
||||||
<fontPath>${primaryFont}</fontPath>
|
<fontPath>${primaryFont}</fontPath>
|
||||||
<fontSize>0.032</fontSize>
|
<fontSize>${gamelistInfoFontSizeLarge}</fontSize>
|
||||||
<horizontalAlignment>right</horizontalAlignment>
|
<horizontalAlignment>right</horizontalAlignment>
|
||||||
<color>${primaryColor}</color>
|
<color>${primaryColor}</color>
|
||||||
</gamelistinfo>
|
</gamelistinfo>
|
||||||
|
@ -728,14 +762,15 @@
|
||||||
</image>
|
</image>
|
||||||
<text name="gameName">
|
<text name="gameName">
|
||||||
<pos>0.5 0.87</pos>
|
<pos>0.5 0.87</pos>
|
||||||
<size>1 0.08</size>
|
<size>0.97 0.08</size>
|
||||||
<origin>0.5 0.5</origin>
|
<origin>0.5 0.5</origin>
|
||||||
<metadata>name</metadata>
|
<metadata>name</metadata>
|
||||||
<systemNameSuffix>false</systemNameSuffix>
|
<systemNameSuffix>false</systemNameSuffix>
|
||||||
<container>true</container>
|
<container>true</container>
|
||||||
<containerType>horizontal</containerType>
|
<containerType>horizontal</containerType>
|
||||||
|
<containerStartDelay>2.5</containerStartDelay>
|
||||||
<fontPath>${primaryFont}</fontPath>
|
<fontPath>${primaryFont}</fontPath>
|
||||||
<fontSize>0.05</fontSize>
|
<fontSize>${carouselGameNameFontSize}</fontSize>
|
||||||
<horizontalAlignment>center</horizontalAlignment>
|
<horizontalAlignment>center</horizontalAlignment>
|
||||||
<color>${primaryColor}</color>
|
<color>${primaryColor}</color>
|
||||||
</text>
|
</text>
|
||||||
|
@ -759,7 +794,7 @@
|
||||||
<size>0.25 0.031</size>
|
<size>0.25 0.031</size>
|
||||||
<origin>1 0</origin>
|
<origin>1 0</origin>
|
||||||
<fontPath>${primaryFont}</fontPath>
|
<fontPath>${primaryFont}</fontPath>
|
||||||
<fontSize>0.032</fontSize>
|
<fontSize>${gamelistInfoFontSizeLarge}</fontSize>
|
||||||
<horizontalAlignment>right</horizontalAlignment>
|
<horizontalAlignment>right</horizontalAlignment>
|
||||||
<color>${primaryColor}</color>
|
<color>${primaryColor}</color>
|
||||||
</gamelistinfo>
|
</gamelistinfo>
|
||||||
|
@ -780,32 +815,32 @@
|
||||||
<view name="gamelist">
|
<view name="gamelist">
|
||||||
<rating name="rating">
|
<rating name="rating">
|
||||||
<pos>0.12 0.7</pos>
|
<pos>0.12 0.7</pos>
|
||||||
<size>0.115 0.031</size>
|
<size>${carouselRatingSize}</size>
|
||||||
<origin>0 0.5</origin>
|
<origin>0 0.5</origin>
|
||||||
<color>${primaryColor}</color>
|
<color>${primaryColor}</color>
|
||||||
<overlay>false</overlay>
|
<overlay>false</overlay>
|
||||||
</rating>
|
</rating>
|
||||||
<image name="playersIcon">
|
<image name="playersIcon">
|
||||||
<pos>0.12 0.74</pos>
|
<pos>0.12 0.744</pos>
|
||||||
<size>0.018 0</size>
|
<size>${carouselMetadataIconsSize}</size>
|
||||||
<origin>0 0.5</origin>
|
<origin>0 0.5</origin>
|
||||||
<path>./assets/images/icon-players.svg</path>
|
<path>./assets/images/icon-players.svg</path>
|
||||||
<metadataElement>true</metadataElement>
|
<metadataElement>true</metadataElement>
|
||||||
<color>${primaryColor}</color>
|
<color>${primaryColor}</color>
|
||||||
</image>
|
</image>
|
||||||
<text name="players">
|
<text name="players">
|
||||||
<pos>0.146 0.74</pos>
|
<pos>0.146 0.744</pos>
|
||||||
<size>0.164 0.029</size>
|
<size>0.164 0.029</size>
|
||||||
<origin>0 0.5</origin>
|
<origin>0 0.5</origin>
|
||||||
<metadata>players</metadata>
|
<metadata>players</metadata>
|
||||||
<defaultValue>:space:</defaultValue>
|
<defaultValue>:space:</defaultValue>
|
||||||
<fontPath>${primaryFont}</fontPath>
|
<fontPath>${primaryFont}</fontPath>
|
||||||
<fontSize>0.03</fontSize>
|
<fontSize>${carouselMetadataFontSize}</fontSize>
|
||||||
<horizontalAlignment>left</horizontalAlignment>
|
<horizontalAlignment>left</horizontalAlignment>
|
||||||
<color>${primaryColor}</color>
|
<color>${primaryColor}</color>
|
||||||
</text>
|
</text>
|
||||||
<text name="genre">
|
<text name="genre">
|
||||||
<pos>0.12 0.78</pos>
|
<pos>0.12 0.788</pos>
|
||||||
<size>0.19 0.03</size>
|
<size>0.19 0.03</size>
|
||||||
<origin>0 0.5</origin>
|
<origin>0 0.5</origin>
|
||||||
<metadata>genre</metadata>
|
<metadata>genre</metadata>
|
||||||
|
@ -816,14 +851,14 @@
|
||||||
<containerStartDelay>2</containerStartDelay>
|
<containerStartDelay>2</containerStartDelay>
|
||||||
<containerScrollGap>0.9</containerScrollGap>
|
<containerScrollGap>0.9</containerScrollGap>
|
||||||
<fontPath>${primaryFont}</fontPath>
|
<fontPath>${primaryFont}</fontPath>
|
||||||
<fontSize>0.03</fontSize>
|
<fontSize>${carouselMetadataFontSize}</fontSize>
|
||||||
<horizontalAlignment>left</horizontalAlignment>
|
<horizontalAlignment>left</horizontalAlignment>
|
||||||
<color>${primaryColor}</color>
|
<color>${primaryColor}</color>
|
||||||
<lineSpacing>1.2</lineSpacing>
|
<lineSpacing>1.2</lineSpacing>
|
||||||
</text>
|
</text>
|
||||||
<image name="releaseDateIcon">
|
<image name="releaseDateIcon">
|
||||||
<pos>0.72 0.7</pos>
|
<pos>0.72 0.7</pos>
|
||||||
<size>0.018 0</size>
|
<size>${carouselMetadataIconsSize}</size>
|
||||||
<origin>0 0.5</origin>
|
<origin>0 0.5</origin>
|
||||||
<path>./assets/images/icon-release-date.svg</path>
|
<path>./assets/images/icon-release-date.svg</path>
|
||||||
<metadataElement>true</metadataElement>
|
<metadataElement>true</metadataElement>
|
||||||
|
@ -836,13 +871,13 @@
|
||||||
<metadata>releasedate</metadata>
|
<metadata>releasedate</metadata>
|
||||||
<defaultValue>:space:</defaultValue>
|
<defaultValue>:space:</defaultValue>
|
||||||
<fontPath>${primaryFont}</fontPath>
|
<fontPath>${primaryFont}</fontPath>
|
||||||
<fontSize>0.029</fontSize>
|
<fontSize>${carouselMetadataFontSize}</fontSize>
|
||||||
<horizontalAlignment>left</horizontalAlignment>
|
<horizontalAlignment>left</horizontalAlignment>
|
||||||
<color>${primaryColor}</color>
|
<color>${primaryColor}</color>
|
||||||
<lineSpacing>1</lineSpacing>
|
<lineSpacing>1</lineSpacing>
|
||||||
</datetime>
|
</datetime>
|
||||||
<text name="developer">
|
<text name="developer">
|
||||||
<pos>0.72 0.74</pos>
|
<pos>0.72 0.744</pos>
|
||||||
<size>0.26 0.029</size>
|
<size>0.26 0.029</size>
|
||||||
<origin>0 0.5</origin>
|
<origin>0 0.5</origin>
|
||||||
<metadata>developer</metadata>
|
<metadata>developer</metadata>
|
||||||
|
@ -853,13 +888,13 @@
|
||||||
<containerStartDelay>2</containerStartDelay>
|
<containerStartDelay>2</containerStartDelay>
|
||||||
<containerScrollGap>0.9</containerScrollGap>
|
<containerScrollGap>0.9</containerScrollGap>
|
||||||
<fontPath>${primaryFont}</fontPath>
|
<fontPath>${primaryFont}</fontPath>
|
||||||
<fontSize>0.029</fontSize>
|
<fontSize>${carouselMetadataFontSize}</fontSize>
|
||||||
<horizontalAlignment>left</horizontalAlignment>
|
<horizontalAlignment>left</horizontalAlignment>
|
||||||
<color>${primaryColor}</color>
|
<color>${primaryColor}</color>
|
||||||
<letterCase>none</letterCase>
|
<letterCase>none</letterCase>
|
||||||
</text>
|
</text>
|
||||||
<text name="publisher">
|
<text name="publisher">
|
||||||
<pos>0.72 0.78</pos>
|
<pos>0.72 0.788</pos>
|
||||||
<size>0.26 0.029</size>
|
<size>0.26 0.029</size>
|
||||||
<origin>0 0.5</origin>
|
<origin>0 0.5</origin>
|
||||||
<metadata>publisher</metadata>
|
<metadata>publisher</metadata>
|
||||||
|
@ -870,7 +905,7 @@
|
||||||
<containerStartDelay>2</containerStartDelay>
|
<containerStartDelay>2</containerStartDelay>
|
||||||
<containerScrollGap>0.9</containerScrollGap>
|
<containerScrollGap>0.9</containerScrollGap>
|
||||||
<fontPath>${primaryFont}</fontPath>
|
<fontPath>${primaryFont}</fontPath>
|
||||||
<fontSize>0.029</fontSize>
|
<fontSize>${carouselMetadataFontSize}</fontSize>
|
||||||
<horizontalAlignment>left</horizontalAlignment>
|
<horizontalAlignment>left</horizontalAlignment>
|
||||||
<color>${primaryColor}</color>
|
<color>${primaryColor}</color>
|
||||||
<letterCase>none</letterCase>
|
<letterCase>none</letterCase>
|
||||||
|
|
Loading…
Reference in a new issue