aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estuary/xml/Custom_1104_Fanart.xml
diff options
context:
space:
mode:
authorphil65 <philipptemminghoff@gmx.de>2016-11-23 06:36:31 +0100
committerphil65 <philipptemminghoff@gmx.de>2016-11-23 20:37:42 +0100
commit314f286b4356e02ddc59cc2d3d418f382438775c (patch)
treefd22b6e8eddeb91ed28303f2bbf0073d3ccf34cc /addons/skin.estuary/xml/Custom_1104_Fanart.xml
parent6120ee918509f85470f57c6aac554e844677954f (diff)
[estuary] 2nd edition
Diffstat (limited to 'addons/skin.estuary/xml/Custom_1104_Fanart.xml')
-rw-r--r--addons/skin.estuary/xml/Custom_1104_Fanart.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/Custom_1104_Fanart.xml b/addons/skin.estuary/xml/Custom_1104_Fanart.xml
new file mode 100644
index 0000000000..6d69649ce3
--- /dev/null
+++ b/addons/skin.estuary/xml/Custom_1104_Fanart.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<window type="dialog" id="1104">
+ <defaultcontrol always="true">3000</defaultcontrol>
+ <animation effect="fade" start="0" end="100" time="400">WindowOpen</animation>
+ <animation effect="fade" start="100" end="0" time="300">WindowClose</animation>
+ <controls>
+ <control type="image">
+ <include>FullScreenDimensions</include>
+ <aspectratio>scale</aspectratio>
+ <texture>colors/black.png</texture>
+ </control>
+ <control type="image">
+ <include>FullScreenDimensions</include>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[Window(home).Property(fanart)]</texture>
+ </control>
+ <control type="button" id="3000">
+ <include>HiddenObject</include>
+ <onclick>Action(close)</onclick>
+ </control>
+ </controls>
+</window>