diff options
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.estuary/xml/Includes_Games.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/addons/skin.estuary/xml/Includes_Games.xml b/addons/skin.estuary/xml/Includes_Games.xml index 8c110a7785..e3d553afa0 100644 --- a/addons/skin.estuary/xml/Includes_Games.xml +++ b/addons/skin.estuary/xml/Includes_Games.xml @@ -254,10 +254,12 @@ <shadowcolor>text_shadow</shadowcolor> <align>right</align> </control> - <control type="image"> + <control type="gamecontroller"> <right>12</right> <width>100</width> <texture>$INFO[ListItem.Icon]</texture> + <portaddress>$INFO[ListItem.FilenameAndPath]</portaddress> + <controllerdiffuse>button_focus</controllerdiffuse> </control> </control> </itemlayout> @@ -287,10 +289,12 @@ <shadowcolor>text_shadow</shadowcolor> <align>right</align> </control> - <control type="image"> + <control type="gamecontroller"> <right>12</right> <width>100</width> <texture>$INFO[ListItem.Icon]</texture> + <portaddress>$INFO[ListItem.FilenameAndPath]</portaddress> + <controllerdiffuse>button_focus</controllerdiffuse> </control> </control> </focusedlayout> |