skin.pellucidPlus/1080i/View_Games.xml

168 lines
7.3 KiB
XML
Raw Normal View History

2018-03-06 22:04:34 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<include name="games">
2018-10-16 20:14:30 +02:00
<control type="panel" id="50">
<!--<visible>$EXP[isGame]</visible>-->
<visible>false</visible>
2018-03-06 22:04:34 +01:00
<posx>col-1-begin</posx>
<posy>row-5-begin</posy>
2018-03-29 17:45:19 +02:00
<width>1800</width>
<height>24-row</height>
2018-03-06 22:04:34 +01:00
<onleft>9000</onleft>
<onright>60</onright>
<ondown>50</ondown>
2018-10-14 14:51:20 +02:00
<onup>50</onup>
<onback>9000</onback>
2018-03-06 22:04:34 +01:00
<pagecontrol>60</pagecontrol>
2018-03-29 17:45:19 +02:00
<scrolltime tween="cubic" easing="out">600</scrolltime>
<itemlayout width="293" height="348">
2018-03-06 22:04:34 +01:00
<control type="image">
<posx>0</posx>
<posy>0</posy>
2018-03-29 17:45:19 +02:00
<width>4-col-gutter</width>
<height>4-col-gutter</height>
2018-03-06 22:04:34 +01:00
<aspectratio>stretch</aspectratio>
2018-03-29 17:45:19 +02:00
<texture>colors/black.png</texture>
<bordertexture colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>overlay</colordiffuse>
2018-03-06 22:04:34 +01:00
</control>
2018-03-29 17:45:19 +02:00
<control type="image">
2018-03-06 22:04:34 +01:00
<posx>0</posx>
<posy>0</posy>
2018-03-29 17:45:19 +02:00
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>scale</aspectratio>
<texture>$INFO[ListItem.Art(thumb)]</texture>
<bordersize>6</bordersize>
<colordiffuse>77ffffff</colordiffuse>
2018-03-06 22:04:34 +01:00
</control>
2018-03-29 17:45:19 +02:00
<control type="textbox">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>258</posy>
<width>240</width>
<height>60</height>
2018-03-06 22:04:34 +01:00
<aligny>center</aligny>
2018-03-29 17:45:19 +02:00
<font>thumbTitle</font>
2018-03-06 22:04:34 +01:00
<textcolor>textActive</textcolor>
2018-03-29 17:45:19 +02:00
<label>[B]$INFO[ListItem.label][/B]</label>
2018-03-06 22:04:34 +01:00
</control>
2018-03-29 17:45:19 +02:00
</itemlayout>
<focusedlayout width="4-col" height="348">
<control type="group">
<include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<bordertexture colordiffuse="FFFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>FF000000</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>scale</aspectratio>
<texture>$INFO[ListItem.Art(thumb)]</texture>
<bordersize>6</bordersize>
</control>
<control type="textbox">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>258</posy>
<width>240</width>
<height>60</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.label][/B]</label>
</control>
2018-03-06 22:04:34 +01:00
</control>
</focusedlayout>
</control>
2018-10-16 20:14:30 +02:00
<control type="panel" id="51">
<!--<visible>!$EXP[isGame]</visible>-->
<posx>col-1-begin</posx>
<posy>row-5-begin</posy>
<width>24-col</width>
<height>23-row</height>
<onleft>9000</onleft>
<onright>61</onright>
<ondown>51</ondown>
<onup>51</onup>
<pagecontrol>61</pagecontrol>
<itemlayout width="24-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
2021-03-07 16:09:28 +01:00
<colordiffuse>overlay</colordiffuse>
2018-10-16 20:14:30 +02:00
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>23-col</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/black.png</texture>
2021-03-07 16:09:28 +01:00
<colordiffuse>overlay</colordiffuse>
2018-10-16 20:14:30 +02:00
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>22-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
2019-02-03 22:09:09 +01:00
<label>$INFO[ListItem.label]</label>
2018-10-16 20:14:30 +02:00
</control>
</itemlayout>
<focusedlayout width="24-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/white.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
<animation type="focus" loop="false" reversible="false">
<effect type="fade" time="500"/>
<effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/>
</animation>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>23-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>22-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</focusedlayout>
</control>
2018-03-06 22:04:34 +01:00
</include>
</includes>