diff options
Diffstat (limited to 'addons/skin.estuary/xml/DialogGameControllers.xml')
-rw-r--r-- | addons/skin.estuary/xml/DialogGameControllers.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/DialogGameControllers.xml b/addons/skin.estuary/xml/DialogGameControllers.xml new file mode 100644 index 0000000..b0f1d11 --- /dev/null +++ b/addons/skin.estuary/xml/DialogGameControllers.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <description> + Window for game functionality. This dialog was originally for controllers, + but adding new XML windows breaks old skins, so it has been repurposed + for any game-related windows. + </description> + <defaultcontrol>3</defaultcontrol> + <include>Animation_DialogPopupOpenClose</include> + <controls> + <include condition="Window.IsActive(gamecontrollers)">GameDialogControllers</include> + <include condition="Window.IsActive(gameports)">GameDialogPorts</include> + </controls> + <controls> + </controls> +</window> |