From 596c9a3ec8dee03c6b44500b491864184458fd03 Mon Sep 17 00:00:00 2001 From: Kevin Goffe Date: Thu, 6 Jul 2017 12:24:01 +0100 Subject: [PATCH] [skin.confluence] v4.1.41 - Added GameOSD dialog --- 720p/DialogSeekBar.xml | 1 + 720p/GameOSD.xml | 109 +++++++++++++++++++++++++++++++++++++++++ addon.xml | 4 +- changelog.txt | 4 ++ 4 files changed, 116 insertions(+), 2 deletions(-) create mode 100644 720p/GameOSD.xml diff --git a/720p/DialogSeekBar.xml b/720p/DialogSeekBar.xml index 1261bc6..d4b36c5 100644 --- a/720p/DialogSeekBar.xml +++ b/720p/DialogSeekBar.xml @@ -2,6 +2,7 @@ 1 Player.Seeking | Player.DisplayAfterSeek | Player.Paused | Player.Forwarding | Player.Rewinding | Player.ShowTime | Player.IsTempo + !Player.HasGame WindowOpen WindowClose DepthOSD diff --git a/720p/GameOSD.xml b/720p/GameOSD.xml new file mode 100644 index 0000000..4064811 --- /dev/null +++ b/720p/GameOSD.xml @@ -0,0 +1,109 @@ + + + 1000 + dialogeffect + + 470 + 229 + + + + background image + 0 + 0 + 340 + 262 + DialogBack.png + + + grouplist for buttons + 20 + 30 + 300 + 212 + 4 + + Resume button + 300 + 38 + fontContextMenu + grey2 + white + button-focus.png + + Select + X + Play + + + Reset button + 300 + 38 + fontContextMenu + grey2 + white + button-focus.png + + Select + B + PlayerControl(Reset) + + + Stop button + 300 + 38 + fontContextMenu + grey2 + white + button-focus.png + + Select + Start + Stop + + + separator image + 2 + separator2.png + + + Video settings button + 300 + 38 + fontContextMenu + center + grey2 + white + button-focus.png + + ActivateWindow(gamevideosettings) + + + Input settings button + 300 + 38 + fontContextMenu + center + grey2 + white + button-focus.png + + ActivateWindow(gamecontrollers) + + + + Close Window button + 260 + 5 + 64 + 32 + + + diff --git a/addon.xml b/addon.xml index 9cda643..46f51cd 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -145,6 +145,6 @@ resources/screenshot-08.jpg resources/screenshot-09.jpg - Added fallbacks for home screen Recently Added items + Added Game OSD dialog diff --git a/changelog.txt b/changelog.txt index 63bddc9..2ed7f82 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +[B]4.1.41[/B] + +- Added GameOSD dialog + [B]4.1.4[/B] - Added path to music info dialog