aboutsummaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorGarrett Brown <themagnificentmrb@gmail.com>2022-07-19 10:15:31 -0700
committerGarrett Brown <themagnificentmrb@gmail.com>2023-07-18 14:17:01 -0700
commita0b23a8aec09c956683d8d32f1577d0c98cf8d3f (patch)
tree666b35ae6c8df6fc7c5b8e4a8626adb78b24835b /addons
parentfcb8c6369611df4e236d0af1815575260a8ce8d2 (diff)
Port Dialog: Highlight active controller when buttons are pressed
Diffstat (limited to 'addons')
-rw-r--r--addons/skin.estuary/xml/Includes_Games.xml8
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>