moved files into subfolder

This commit is contained in:
Chr1Z93 2023-10-13 14:52:31 +02:00
parent 04f337482a
commit 52de8be402
9 changed files with 13 additions and 14 deletions

View File

@ -218,5 +218,5 @@
"Tags": [],
"Turns_path": "Turns.json",
"VersionNumber": "v13.2.2",
"XmlUI": "\u003cInclude src=\"Global.xml\"/\u003e"
"XmlUI": "\u003cInclude src=\"Global/Global.xml\"/\u003e"
}

View File

@ -1,13 +0,0 @@
<!-- Default formatting -->
<Defaults>
<!-- general Stuff -->
<Text color="white"
fontSize="18"/>
</Defaults>
<Include src="BottomBar.xml"/>
<Include src="DownloadWindow.xml"/>
<Include src="TitleSplash.xml"/>
<Include src="NavigationOverlay.xml"/>
<Include src="OptionPanel.xml"/>
<Include src="UpdateNotification.xml"/>

12
xml/Global/Global.xml Normal file
View File

@ -0,0 +1,12 @@
<Defaults>
<!-- general stuff -->
<Text color="white"
fontSize="18"/>
</Defaults>
<Include src="Global/BottomBar.xml"/>
<Include src="Global/DownloadWindow.xml"/>
<Include src="Global/TitleSplash.xml"/>
<Include src="Global/NavigationOverlay.xml"/>
<Include src="Global/OptionPanel.xml"/>
<Include src="Global/UpdateNotification.xml"/>