summaryrefslogtreecommitdiffstats
path: root/addons/skin.estuary/xml/Custom_1104_Fanart.xml
diff options
context:
space:
mode:
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 0000000..6d69649
--- /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>