diff options
author | Garrett Brown <themagnificentmrb@gmail.com> | 2023-01-27 15:16:05 -0800 |
---|---|---|
committer | Garrett Brown <themagnificentmrb@gmail.com> | 2023-02-14 22:42:58 -0800 |
commit | d0a1c628337d3b9f79232d155187e71bd3f4da95 (patch) | |
tree | 4ee522340f4322f3e9b6e51337470ea3c65f039a /addons | |
parent | 2327d22d39540de278f3109ac7212e8af81c8d24 (diff) |
Game OSD: Add gamewindow controls to savestate dialog
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.estuary/xml/Includes_DialogSelect.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/Includes_DialogSelect.xml b/addons/skin.estuary/xml/Includes_DialogSelect.xml index 1abbcb8d0c..0c4d65582c 100644 --- a/addons/skin.estuary/xml/Includes_DialogSelect.xml +++ b/addons/skin.estuary/xml/Includes_DialogSelect.xml @@ -638,6 +638,11 @@ <bordertexture colordiffuse="border_alpha">colors/black.png</bordertexture> <bordersize>4</bordersize> </control> + <control type="gamewindow"> + <width>444</width> + <height>250</height> + <pixels>$INFO[ListItem.FilenameAndPath]</pixels> + </control> <control type="label"> <top>250</top> <width>444</width> @@ -670,6 +675,11 @@ <bordertexture colordiffuse="border_alpha">colors/black.png</bordertexture> <bordersize>4</bordersize> </control> + <control type="gamewindow"> + <width>444</width> + <height>250</height> + <pixels>$INFO[ListItem.FilenameAndPath]</pixels> + </control> <control type="label"> <top>250</top> <width>444</width> |