ES-DE/themes/slate-DE/theme_engine_test_2.xml

150 lines
5.1 KiB
XML

<theme>
<!-- Test of system textlist and vertical gamelist carousel -->
<include>./colors_light.xml</include>
<view name="system">
<textlist name="gamelist_textlist">
<pos>0.025 0.201</pos>
<size>0.39 0.711</size>
<horizontalAlignment>left</horizontalAlignment>
<horizontalMargin>0.01</horizontalMargin>
<fontPath>./core/fonts/Exo2-BoldCondensed.otf</fontPath>
<fontSize>0.025</fontSize>
<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>
<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>
<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="game_counter">
<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>
<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>
</view>
<view name="gamelist">
<carousel name="gamelist_carousel">
<pos>0.025 0.201</pos>
<size>0.39 0.711</size>
<type>vertical</type>
<itemType>marquee</itemType>
<maxItemCount>5</maxItemCount>
<itemSize>0.20 0.105</itemSize>
<itemScale>1.23</itemScale>
<itemInterpolation>linear</itemInterpolation>
<itemHorizontalAlignment>center</itemHorizontalAlignment>
<horizontalOffset>0</horizontalOffset>
<verticalOffset>0</verticalOffset>
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
<fontSize>0.070</fontSize>
<letterCase>uppercase</letterCase>
<lineSpacing>1.2</lineSpacing>
<zIndex>80</zIndex>
</carousel>
<image name="md_image">
<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>
</view>
<!-- Color customizations -->
<view name="system">
<textlist name="gamelist_textlist">
<selectorColor>161616</selectorColor>
<selectedColor>AFAFAF</selectedColor>
<primaryColor>262626</primaryColor>
<secondaryColor>333333</secondaryColor>
</textlist>
<image name="backframe2">
<color>9F9F9F</color>
</image>
<image name="backframe3">
<color>9F9F9F</color>
</image>
<text name="game_counter">
<backgroundColor>00000000</backgroundColor>
</text>
</view>
<view name="gamelist">
<carousel name="gamelist_carousel">
<color>74747400</color>
<textColor>262626</textColor>
</carousel>
</view>
</theme>