diff options
Diffstat (limited to 'addons/skin.confluence/720p/IncludesBackgroundBuilding.xml')
-rw-r--r-- | addons/skin.confluence/720p/IncludesBackgroundBuilding.xml | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml b/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml index e4cd917879..424bcb31f4 100644 --- a/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml +++ b/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml @@ -186,16 +186,17 @@ </control> </include> <include name="ContentPanelBackgrounds"> + <control type="image"> + <posx>0</posx> + <posy>100r</posy> + <width>1280</width> + <height>100</height> + <texture>floor.png</texture> + <animation effect="fade" time="250" condition="Window.Previous(Home)">WindowOpen</animation> + <animation effect="fade" time="250" condition="Window.Next(Home)">WindowClose</animation> + </control> <control type="group"> <include>Window_OpenClose_Animation</include> - <control type="image"> - <posx>0</posx> - <posy>100r</posy> - <width>1280</width> - <height>100</height> - <texture>floor.png</texture> - <include>VisibleFadeEffect</include> - </control> <control type="group"> <include>VisibleFadeEffect</include> <visible>Control.IsVisible(50)</visible> |