updated xml
This commit is contained in:
parent
0645c7c934
commit
4f913b0246
@ -100,30 +100,7 @@
|
|||||||
</Panel>
|
</Panel>
|
||||||
</VerticalLayout>
|
</VerticalLayout>
|
||||||
|
|
||||||
<!-- Title Splash when starting a scenario -->
|
<Include src="TitleSplash.xml"/>
|
||||||
<Panel id="title_splash"
|
|
||||||
height="220"
|
|
||||||
position="0 250 0"
|
|
||||||
showAnimation="FadeIn"
|
|
||||||
hideAnimation="FadeOut"
|
|
||||||
active="false"
|
|
||||||
animationDuration="2">
|
|
||||||
<Image id="title_gradient"
|
|
||||||
height="220"
|
|
||||||
image="TitleGradient" />
|
|
||||||
<Text id="title_splash_text"
|
|
||||||
width="95%"
|
|
||||||
height="180"
|
|
||||||
resizeTextForBestFit="true"
|
|
||||||
resizeTextMinSize="100"
|
|
||||||
resizeTextMaxSize="150"
|
|
||||||
font="font_teutonic-arkham"
|
|
||||||
outline="black"
|
|
||||||
outlineSize="3 -3"
|
|
||||||
horizontalOverflow="Overflow">
|
|
||||||
</Text>
|
|
||||||
</Panel>
|
|
||||||
|
|
||||||
<Include src="OptionPanel.xml"/>
|
<Include src="OptionPanel.xml"/>
|
||||||
<Include src="UpdateNotification.xml"/>
|
<Include src="UpdateNotification.xml"/>
|
||||||
<Include src="NavigationOverlay.xml"/>
|
<Include src="NavigationOverlay.xml"/>
|
||||||
|
23
xml/TitleSplash.xml
Normal file
23
xml/TitleSplash.xml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
<!-- Title Splash when starting a scenario -->
|
||||||
|
<Panel id="title_splash"
|
||||||
|
height="220"
|
||||||
|
position="0 250 0"
|
||||||
|
showAnimation="FadeIn"
|
||||||
|
hideAnimation="FadeOut"
|
||||||
|
active="false"
|
||||||
|
animationDuration="2">
|
||||||
|
<Image id="title_gradient"
|
||||||
|
height="220"
|
||||||
|
image="TitleGradient" />
|
||||||
|
<Text id="title_splash_text"
|
||||||
|
width="95%"
|
||||||
|
height="180"
|
||||||
|
resizeTextForBestFit="true"
|
||||||
|
resizeTextMinSize="100"
|
||||||
|
resizeTextMaxSize="150"
|
||||||
|
font="font_teutonic-arkham"
|
||||||
|
outline="black"
|
||||||
|
outlineSize="3 -3"
|
||||||
|
horizontalOverflow="Overflow">
|
||||||
|
</Text>
|
||||||
|
</Panel>
|
Loading…
Reference in New Issue
Block a user