2016-06-09, 10:46
The igConq equivalent would be done by adding the following code into 'Include_Home_Horizontal.xml', right after '<include name="HomeHorizontal">':-
However I won't add this into the skin myself as I don't like how it looks in igConq with the much lower menu (though I may play around with it a little to see if I can do something with a curve that does work).
Code:
<!-- Curve -->
<control type="image">
<right>0</right>
<top>765</top>
<width>1920</width>
<height>235</height>
<texture border="0,0,0,40">common/CurveHorz.png</texture>
<visible>Skin.HasSetting(ShowCurve)</visible>
</control>
However I won't add this into the skin myself as I don't like how it looks in igConq with the much lower menu (though I may play around with it a little to see if I can do something with a curve that does work).