updated xml

This commit is contained in:
Chr1Z93 2023-05-08 09:59:37 +02:00
parent 0645c7c934
commit 4f913b0246
2 changed files with 24 additions and 24 deletions

View File

@ -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
View 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>